🗑️ Remove unused admin api

This commit is contained in:
2025-04-05 01:13:20 +08:00
parent 349d768d22
commit 2c8fd4e89a
2 changed files with 0 additions and 18 deletions

View File

@@ -5,6 +5,5 @@ import "github.com/gofiber/fiber/v2"
func MapControllers(app *fiber.App, baseURL string) {
admin := app.Group(baseURL)
{
admin.Post("/fediverse", adminTriggerFediverseFetch)
}
}