5 lines
121 B
Python
5 lines
121 B
Python
from django.urls import path
|
|
|
|
urlpatterns = [
|
|
# дополнительные эндпоинты по ссылкам
|
|
] |