google api works!

This commit is contained in:
2026-03-16 10:32:11 +01:00
parent 72ac41cac0
commit 56a1495a0b
10 changed files with 46 additions and 72 deletions

View File

@@ -77,7 +77,7 @@ func (s *Server) Setup() error {
s.api = s.app.Group("/api/v1")
s.public = s.api.Group("/public")
s.restricted = s.api.Group("/restricted")
s.restricted.Use(middleware.AuthMiddleware())
// s.restricted.Use(middleware.AuthMiddleware())
// initialize language endpoints (general)
api.NewLangHandler().InitLanguage(s.api, s.cfg)