Trigger fediverse scan by API

This commit is contained in:
2025-03-12 00:17:55 +08:00
parent 951713b37f
commit f0216bf770
4 changed files with 34 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"github.com/gofiber/fiber/v2"
)
func MapAPIs(app *fiber.App, baseURL string) {
func MapControllers(app *fiber.App, baseURL string) {
api := app.Group(baseURL).Name("API")
{
api.Get("/webfinger", getWebfinger)