update new route middlewares

This commit is contained in:
Jay
2020-08-16 17:39:13 +08:00
parent 77cc488d89
commit b3a93abfb9
29 changed files with 643 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ clean:
generate-spec:
swagger generate spec -m --compact -o spec.json
build-static:
bundle-static:
go-bindata -fs -pkg static -ignore .git -o static/bundle.go public/ schema/ spec.json
test: