This commit is contained in:
Eugene Pankov
2021-07-07 01:34:44 +02:00
parent 6640c54437
commit 879af5ef3e
4 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ urlpatterns = [
path('terminal', views.TerminalView.as_view()),
path('app-dist/<version>/<path:path>', views.AppDistView.as_view()),
path('build/<path:path>', views.BuildView.as_view()),
path('', include(router.urls)),
]