Skip to content
Snippets Groups Projects
Commit ea30856b authored by Robert Habermann's avatar Robert Habermann
Browse files

fix operation_mapping_dict

parent 0b9e6a03
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ OPERATION_MAPPING_DEFAULT = {
'SessionCreate':
{'RequestMethod': 'POST', 'Route': '/Session'},
'TicketCreate':
{'ResultType': 'TicketID', 'RequestMethod': 'POST', 'Route': '/Ticket'},
{'RequestMethod': 'POST', 'Route': '/Ticket'},
'TicketGet':
{'RequestMethod': 'GET', 'Route': '/Ticket/:TicketID'},
'TicketGetList':
......
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