Cleanup fileserver not needed, updated gitignore.

This commit is contained in:
2026-05-01 08:20:53 +02:00
parent 5912e54bb9
commit 4f3692abd9
2 changed files with 3 additions and 4 deletions
-4
View File
@@ -16,10 +16,6 @@ func (s *Server) setupRoutes() *chi.Mux {
router.Use(s.logRequest)
router.Use(middleware.Recoverer)
// TODO: CLEANUP: Not sure this is needed right now
// Setup basic file server nothing fancy
router.Handle("/static/*", http.StripPrefix("/static", http.FileServer(http.Dir("static"))))
// Public routes
router.Group(func(r chi.Router) {
// Auth Routes