Add basic API functions and working account.auth method
This commit is contained in:
@@ -18,6 +18,7 @@ from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.view_methods, name='view_methods'),
|
||||
path('<method_name>', views.call_method, name='call_method')
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user