6 lines
No EOL
117 B
Python
6 lines
No EOL
117 B
Python
from django.urls import path
|
|
from .views import *
|
|
|
|
urlpatterns = [
|
|
path('get/', send_wells, name='send_wells'),
|
|
] |