diff --git a/src/app/routes/public_routes.go b/src/app/routes/public_routes.go index d0b3016..b9c9018 100644 --- a/src/app/routes/public_routes.go +++ b/src/app/routes/public_routes.go @@ -15,7 +15,7 @@ func PublicRoutes(app *fiber.App) { webhooks.Post("/pretix/role_question", controller.PostPretixRoleQuestion) webhooks.Post("/pretix/role_product", controller.PostPretixRoleProduct) webhooks.Post("/pretix/subproduct", controller.PostPretixRegularsTable) - webhooks.Post("pretix/speicalEventRoles", controller.PostPretixSpecialEventWithRoles) + webhooks.Post("/pretix/speicalEventRoles", controller.PostPretixSpecialEventWithRoles) apiv1.Post("/login", controller.LoginUser) apiv1.Get("/event", controller.ReturnAllEventsPublic) apiv1.Get("/ping", controller.Ping)