This commit is contained in:
Lizandro Guarnizo
2026-05-14 22:52:10 -05:00
parent 61b3eca31d
commit 2377371b2c
14 changed files with 1938 additions and 1 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ func WebRoutes(web fiber.Router) {
LandingRoutes(web)
WebAuthRoutes(web)
UserRoutes(web)
PortalRoutes(web)
}