Skip to content

Commit

Permalink
v1 for cogniguard working fine!
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev committed Feb 11, 2024
1 parent 649cd69 commit 6db00e5
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 137 deletions.
10 changes: 0 additions & 10 deletions api/mlApi/urls.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
from django.contrib import admin
<<<<<<< HEAD
from django.urls import path, include
=======
from django.urls import path,include
>>>>>>> 7fb99d1719b011518f106d67414c183667809f90
from . import views
# from mlApi.views import csrf_view

urlpatterns = [
path("tp-score/", views.tpScore, name="tpScore"),
<<<<<<< HEAD
# path("dp-data/", views.dpData, name="dpData"),

# Implmentaion for the DRF views
path('dp-request/', views.MessageCreateView.as_view(), name='dp-request'),
path('dp-request-list/', views.MessageListView.as_view(), name='dp-request-list'),


=======
path("dp-data/", views.dpData, name="dpData"),
# path('api/csrf/', csrf_view, name='csrf_endpoint'),
path('csrf/', views.csrf_token_view, name='csrf_token_view'),
>>>>>>> 7fb99d1719b011518f106d67414c183667809f90

]
Loading

0 comments on commit 6db00e5

Please sign in to comment.