fix location inbound function error
This commit is contained in:
@ -24,7 +24,7 @@ urlpatterns = router.urls
|
|||||||
urlpatterns += [
|
urlpatterns += [
|
||||||
path('inperf/', LocationsInPerf, name="location_perf"),
|
path('inperf/', LocationsInPerf, name="location_perf"),
|
||||||
path('insubperf', LocationsInSubPerf, name='location_subperf'),
|
path('insubperf', LocationsInSubPerf, name='location_subperf'),
|
||||||
path('inbound', LocationInBound, name='location_bound'),
|
path('inbound', LocationInBound.as_view(), name='location_bound'),
|
||||||
path('customarea/', CustomAreaLocations, name='custom_area_location'),
|
path('customarea/', CustomAreaLocations, name='custom_area_location'),
|
||||||
path('subperfinmain/', SubPerfInMainPerf, name="sub_perf"),
|
path('subperfinmain/', SubPerfInMainPerf, name="sub_perf"),
|
||||||
path('allgifuareas/', GetAllGifuAreas, name="gifu_area"),
|
path('allgifuareas/', GetAllGifuAreas, name="gifu_area"),
|
||||||
|
|||||||
Reference in New Issue
Block a user