dengbiao 1日前
コミット
d38c1a31f7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go ファイルの表示

@@ -67,7 +67,7 @@ func Init() *gin.Engine {
}

func route(r *gin.RouterGroup) {
r.GET("/test", hdl.Demo)
r.POST("/test", hdl.Demo)
r.POST("/login", hdl.Login)
{
//打包机调用,不需要校验


読み込み中…
キャンセル
保存