mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-09-13 03:44:35 +00:00
.
This commit is contained in:
@@ -7,7 +7,7 @@ from . import views
|
||||
urlpatterns = [
|
||||
*[
|
||||
path(p, views.IndexView.as_view())
|
||||
for p in ['', 'login', 'app', 'about', 'features']
|
||||
for p in ['', 'login', 'app', 'about', 'about/features']
|
||||
],
|
||||
|
||||
path('app-dist/<version>/<path:path>', views.AppDistView.as_view()),
|
||||
|
Reference in New Issue
Block a user