This commit is contained in:
Lizandro Guarnizo
2026-04-29 22:44:32 -05:00
parent f06e4674aa
commit c1f415e8ae
3 changed files with 285 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
func RutasPublicas(web fiber.Router) {
//web.Get("/", controllers.Landing)
web.Get("/", controllers.Landing)
web.Get("/index", controllers.Index)
//web.Get("/login", controllers.Login)
web.Get("/ping", Pong)