handle service error
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 12s

This commit is contained in:
2026-08-02 19:58:00 +05:00
parent 3397f212b5
commit 192f987125
2 changed files with 42 additions and 0 deletions
+2
View File
@@ -22,6 +22,7 @@ from .views import (
UserUpdateAPIView,
UserRejectAPIView,
AgreementUpdateAPIView,
PersonVerifyAPIView,
)
@@ -47,6 +48,7 @@ urlpatterns = [
name="user-agreement-update",
),
path("users/<int:pk>/reject/", UserRejectAPIView.as_view(), name="user-reject"),
path("person/<str:id_card>/", PersonVerifyAPIView.as_view(), name="person-verify"),
path("healthcheck/", healthcheck, name="healthcheck"),
path("atolls/", ListAtollView.as_view(), name="atolls"),
path("atolls/new/", CreateAtollView.as_view(), name="atoll-new"),