dockerfile, api: Yangi loyiha uchun Dockerfile va Django API modullarini qo'shish. Kiritilgan fayllar: requirements.txt, admin.py, models.py, tests.py va boshqalar.
This commit is contained in:
6
template/api/urls.py
Normal file
6
template/api/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from .views import HealthView
|
||||
|
||||
urlpatterns = [
|
||||
path("health/", HealthView.as_view())
|
||||
]
|
||||
Reference in New Issue
Block a user