Refactor task handling and improve status checking in issue management web
This commit is contained in:
@@ -30,6 +30,7 @@ func (s *Server) RegisterRoutes(assets embed.FS) http.Handler {
|
||||
r.Use(handler.HTMXMiddleware)
|
||||
r.Use(handler.AppMiddleware(s.App))
|
||||
r.Use(actionLoggingMiddleware(s.App))
|
||||
r.Use(handler.SubmissionMiddleware)
|
||||
|
||||
s.handleAssets(r, assets)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user