mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-07 04:56:24 +03:00
Базовая карта
This commit is contained in:
8
wheretogo/maps/api.py
Normal file
8
wheretogo/maps/api.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from rest_framework import routers
|
||||
|
||||
from maps.viewsets import FacilityViewSet
|
||||
|
||||
router = routers.DefaultRouter()
|
||||
router.register(r"facilities", FacilityViewSet)
|
||||
|
||||
urlpatterns = router.urls
|
||||
Reference in New Issue
Block a user