Small ux enhancements

This commit is contained in:
Ettore Di Giacinto
2024-04-12 00:23:55 +02:00
parent adf649be99
commit 82f1b37ae8
4 changed files with 19 additions and 11 deletions

View File

@@ -40,7 +40,6 @@ func RegisterRoutes(webapp *fiber.App, pool *AgentPool, db *InMemoryDatabase, ap
// Define a route for the GET method on the root path '/'
webapp.Get("/sse/:name", func(c *fiber.Ctx) error {
m := pool.GetManager(c.Params("name"))
if m == nil {
return c.SendStatus(404)