This commit is contained in:
微凉
2021-10-31 00:36:17 +08:00
parent 47bea7cc38
commit a3f1553d40
6 changed files with 40 additions and 1 deletions

View File

@ -19,6 +19,7 @@ func InitApiRouter(app *fiber.App) {
{
public.Post("/path", CheckAccount, Path)
public.Get("/settings", GetSettingsPublic)
public.Post("/link", CheckAccount, Link)
}
admin := api.Group("/admin")