Spaces:
No application file
No application file
File size: 111 Bytes
bcd324a |
1 2 3 4 5 6 7 8 |
from django.urls import path
from . import views
urlpatterns = [
path("", views.AskChatBot.as_view()),
]
|