Skip to content

Commit 6b8a549

Browse files
committed
removed /data
1 parent 470cca3 commit 6b8a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mainapp/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
path('contrib_success/', views.ContribSuccess.as_view(), name='contribsucessview'),
2323
path('disclaimer/', views.DisclaimerPage.as_view(), name='disclaimer'),
2424
path('ieee/', views.AboutIEEE.as_view(), name='aboutieee'),
25-
path('data/' , views.mapdata , name="mapdata"),
25+
# path('data/' , views.mapdata , name="mapdata"),
2626
path('map/' , views.mapview , name="mapview"),
2727
path('dmodash/' , views.dmodash , name="DMODash"),
2828
path('dmoinfo/' , views.dmoinfo , name="DMOInfo" ),

0 commit comments

Comments
 (0)