Ajout URLs manquantes directement gérées par le client
This commit is contained in:
parent
c95fbf6915
commit
bc56c9dbae
|
@ -72,6 +72,8 @@ func Mount(r *chi.Mux, config *config.Config) error {
|
||||||
// List of paths handled directly by the client
|
// List of paths handled directly by the client
|
||||||
r.Get("/workgroups/*", serveClientIndex)
|
r.Get("/workgroups/*", serveClientIndex)
|
||||||
r.Get("/profile", serveClientIndex)
|
r.Get("/profile", serveClientIndex)
|
||||||
|
r.Get("/dashboard", serveClientIndex)
|
||||||
|
r.Get("/decisions/*", serveClientIndex)
|
||||||
|
|
||||||
// Serve static files
|
// Serve static files
|
||||||
notFoundHandler := r.NotFoundHandler()
|
notFoundHandler := r.NotFoundHandler()
|
||||||
|
|
Loading…
Reference in New Issue