调整界面

This commit is contained in:
刘祥超
2020-10-25 19:45:42 +08:00
parent 501ea9818d
commit b8e95c1ad1
11 changed files with 36 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ func init() {
GetPost("/create", new(CreateAction)).
Post("/sync", new(SyncAction)).
Post("/checkChange", new(CheckChangeAction)).
Post("/delete", new(DeleteAction)).
EndAll()
})
}