update for cp filter
This commit is contained in:
@ -23,6 +23,7 @@ urlpatterns += [
|
||||
path('inperf/', LocationsInPerf, name="location_perf"),
|
||||
path('insubperf', LocationsInSubPerf, name='location_subperf'),
|
||||
path('inbound', LocationInBound, name='location_bound'),
|
||||
path('customarea/', CustomAreaLocations, name='custom_area_location'),
|
||||
path('subperfinmain/', SubPerfInMainPerf, name="sub_perf"),
|
||||
path('allgifuareas/', GetAllGifuAreas, name="gifu_area"),
|
||||
path('perfext/', ExtentForSubPerf, name="sub_perf_ext"),
|
||||
@ -38,7 +39,6 @@ urlpatterns += [
|
||||
path('destinations/', UserDestinations, name='user_destinations'),
|
||||
path('updateorder/', UpdateOrder, name='updateorder'),
|
||||
path('delete_destination/', DeleteDestination, name='delete_detination'),
|
||||
path('customarea/', CustomAreaLocations, name='custom_area_location'),
|
||||
path('customareanames/', CustomAreaNames, name='custom_area_name'),
|
||||
path('userdetials/', userDetials, name='user_detials')
|
||||
]
|
||||
Reference in New Issue
Block a user