Salle de conférence expérimentale

This commit is contained in:
2020-10-12 21:13:28 +02:00
parent 54e8cf23f7
commit 18dc4135c4
8 changed files with 345 additions and 7 deletions

View File

@ -96,6 +96,7 @@ func Mount(r *chi.Mux, config *config.Config) error {
"/dashboard",
"/decisions/*",
"/unauthorized",
"/conference",
}
for _, cr := range clientRoutes {