The new updates of partners and user
Made-with: Cursor
This commit is contained in:
@@ -2,7 +2,7 @@ from django.urls import path
|
||||
from .views import *
|
||||
|
||||
|
||||
# User URLS
|
||||
# Customer URLS
|
||||
urlpatterns = [
|
||||
path('user/register/', RegisterView.as_view(), name='json_register'),
|
||||
path('user/login/', LoginView.as_view(), name='json_login'),
|
||||
|
||||
Reference in New Issue
Block a user