[ADD] HORILLA API: Add Horilla API into master code base
This commit is contained in:
7
horilla_api/api_urls/auth/urls.py
Normal file
7
horilla_api/api_urls/auth/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from ...api_views.auth.views import LoginAPIView
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('login/', LoginAPIView.as_view())
|
||||
]
|
||||
Reference in New Issue
Block a user