This commit is contained in:
JACS 2026-05-01 19:39:45 -05:00
parent eec9697a71
commit 65f7715b05
7 changed files with 242 additions and 3 deletions

View file

@ -69,5 +69,6 @@ func registerRoutes() {
controller.Get("/tablerdefault", controllers.TablerDefault)
controller.Get("/tablerhome", controllers.TablerHome)
controller.Get("/tablernavmenu", controllers.TablerNavbar)
controller.Get("/tablertable", controllers.TablerTables)
}