Core: get Json via POST
This commit is contained in:
parent
91f6fca9c8
commit
5892fb88f5
2 changed files with 26 additions and 3 deletions
|
@ -3,4 +3,6 @@ from .views import *
|
|||
|
||||
urlpatterns = [
|
||||
path('get/', send_wells, name='send_wells'),
|
||||
path('create/', create_well, name='create_well'),
|
||||
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue