feat(node): ship managed environment startup and USB recovery
This commit is contained in:
@@ -182,6 +182,7 @@ func (p *PresentationStore) save(value PresentationSettings) error {
|
||||
}
|
||||
|
||||
func (s *Server) presentationRoutes(mux *http.ServeMux) {
|
||||
s.boardLayoutRoutes(mux)
|
||||
p := s.Presentation
|
||||
mux.HandleFunc("GET /api/presentation/settings", func(w http.ResponseWriter, r *http.Request) {
|
||||
if !s.authorized(w, r) {
|
||||
|
||||
Reference in New Issue
Block a user