Add a get route for the stage type and rename
This commit is contained in:
parent
79f3104409
commit
81ca2c9cb1
2 changed files with 11 additions and 4 deletions
|
|
@ -40,8 +40,8 @@ _actions = {
|
|||
"conditions": True,
|
||||
},
|
||||
"setStage": {
|
||||
"rule" : "/stage/set/",
|
||||
"view_class": stage.SetStageAPI,
|
||||
"rule" : "/stage/type/",
|
||||
"view_class": stage.StageTypeAPI,
|
||||
"conditions": True,
|
||||
},
|
||||
"shutdown": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue