/
home
/
report
/
liman_adapter
/
Hesab
/
File Upload :
llllll
Current File: //home/report/liman_adapter/Hesab/url.py
from django.urls import path, include from .api import HesabApi from django.urls import path, include from rest_framework import routers hesab = routers.DefaultRouter() hesab.register('', HesabApi) urlpatterns = [ path('', include(hesab.urls)), path('table', HesabApi.table), ]
Copyright ©2k19 -
Hexid
|
Tex7ure