Core: get Json via POST

This commit is contained in:
Omma 2024-08-06 13:57:41 +03:30
parent 91f6fca9c8
commit 5892fb88f5
2 changed files with 26 additions and 3 deletions

View file

@ -3,4 +3,6 @@ from .views import *
urlpatterns = [
path('get/', send_wells, name='send_wells'),
path('create/', create_well, name='create_well'),
]