Makefile'dan bo'lak qismlar o'chirildi, docker-compose va Dockerfile'ga yangiliklar qo'shildi, yangi payment/api ilovasi yaratildi.
This commit is contained in:
6
payment/api/urls.py
Normal file
6
payment/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