🐛 Fix aliasing issue

This commit is contained in:
2024-08-17 23:52:42 +08:00
parent 5dbe1cf80d
commit 38b52aec2f
3 changed files with 4 additions and 8 deletions

View File

@ -16,7 +16,6 @@ func MapAPIs(app *fiber.App) {
}
app.All("/cgi/:service/*", forwardServiceRequest)
app.All("/srv/:service/*", forwardServiceRequest)
api := app.Group("/api").Name("API")
{