mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-26 03:45:06 +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