⬆️ Configured for support dealer

This commit is contained in:
2024-07-16 18:09:18 +08:00
parent c912271610
commit cef0a552f4
4 changed files with 10 additions and 10 deletions

View File

@ -4,10 +4,10 @@ import (
"github.com/gofiber/fiber/v2"
)
func MapAPIs(app *fiber.App) {
func MapAPIs(app *fiber.App, baseURL string) {
app.Get("/.well-known/openid-configuration", getOidcConfiguration)
api := app.Group("/api").Name("API")
api := app.Group(baseURL).Name("API")
{
notify := api.Group("/notifications").Name("Notifications API")
{