yzk_wechat_event/apps/system/urls.py

7 lines
140 B
Python
Raw Normal View History

from rest_framework.routers import SimpleRouter
from . import views
router = SimpleRouter(trailing_slash=False)
urlpatterns = router.urls