handle service error
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 12s
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 12s
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user