Skip to content

Commit

Permalink
feat(api): Depreciate v1 API Endpoint Assistance
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 7, 2024
1 parent 2cd7883 commit 463c726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/api/views/assistance/index.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from django.utils.safestring import mark_safe

from drf_spectacular.utils import extend_schema

from rest_framework import generics, permissions, routers, views
# from rest_framework.decorators import api_view
from rest_framework.permissions import IsAuthenticated
Expand Down

0 comments on commit 463c726

Please sign in to comment.