Fix demo page url

This commit is contained in:
PCoder 2021-07-28 03:24:22 +05:30
parent a0d5c7ae78
commit 2b0ed41a3c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ urlpatterns = [
path('offline', OfflinePageView.as_view(), name='offline'),
path('geodata/<path:path>/', send_from_file, name='send_geodata_file'),
path('data/<path:path>', send_from_file, name='send_data_file'),
path('offline', DemoPageView.as_view(), name='demo'),
path('demo', DemoPageView.as_view(), name='demo'),
# TODO Implement the following
# path('reindex/', admin.site.urls),