Core: Send Json over API
This commit is contained in:
parent
a8adb825d5
commit
91f6fca9c8
14 changed files with 243 additions and 0 deletions
6
proxy/urls.py
Normal file
6
proxy/urls.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.urls import path
|
||||
from .views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('get/', send_wells, name='send_wells'),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue