Skip to content
Snippets Groups Projects
Commit 4b5628e9 authored by root's avatar root
Browse files

Update urls

parent 03ee902f
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,12 @@ from api.views.summaryout_view import *
from api.views.user_view import *
from api.views.relationships_view import *
from api.views.input_view import *
from api.views.proc_input_view import *
urlpatterns = [
path('storeInput', storeInput, name="store_input"),
path('storeProcInput', storeProcInput, name="store_proc_input"),
# # autoPROC urlpatterns
# path('indexautoPROC', indexautoPROC),
......@@ -55,18 +57,18 @@ urlpatterns = [
# path('destroyBuster', destroyBuster),
# computationhost urlpatterns
path('indexComputationhost', indexComputationhost),
path('showComputationhost', showComputationhost),
path('storeComputationhost', storeComputationhost),
path('updateComputationhost', updateComputationhost),
path('destroyComputationhost', destroyComputationhost),
# path('indexComputationhost', indexComputationhost),
# path('showComputationhost', showComputationhost),
# path('storeComputationhost', storeComputationhost),
# path('updateComputationhost', updateComputationhost),
# path('destroyComputationhost', destroyComputationhost),
# construct urlpatterns
path('indexConstruct', indexConstruct),
path('showConstruct', showConstruct),
path('storeConstruct', storeConstruct),
path('updateConstruct', updateConstruct),
path('destroyConstruct', destroyConstruct),
# path('indexConstruct', indexConstruct),
# path('showConstruct', showConstruct),
# path('storeConstruct', storeConstruct),
# path('updateConstruct', updateConstruct),
# path('destroyConstruct', destroyConstruct),
# # coordinates urlpatterns
# path('indexCoordinates', indexCoordinates),
......@@ -248,4 +250,4 @@ urlpatterns = [
# relationships urlspatterns for ligands
path('connectLigandDataset', connectLigandDataset),
]
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment