add mock order.
This commit is contained in:
@@ -30,6 +30,7 @@ func main() {
|
||||
app.Use(middleware.Cors())
|
||||
app.Use(gin.Recovery())
|
||||
app.GET("/", restful.Ping)
|
||||
app.GET("/start/strategy", restful.Starter)
|
||||
|
||||
// 启动HTTP服务器
|
||||
err := app.Run(fmt.Sprintf(":%s", config.Spec.Port))
|
||||
|
||||
Reference in New Issue
Block a user