mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
✨ link
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user