Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zgwit committed Oct 31, 2024
1 parent e94cea6 commit b780197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin/boot.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func init() {

func Startup() error {

web.Engine.POST("api/login", login)
web.Engine.POST("api/admin/login", login)

return nil
}
5 changes: 5 additions & 0 deletions data/table/test/fields.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{

}
]

0 comments on commit b780197

Please sign in to comment.