TG-103 Amélioration structure du projet

This commit is contained in:
2017-01-23 00:04:51 +01:00
parent c62f0766f5
commit 3ac6092187
9 changed files with 48 additions and 49 deletions

@ -15,4 +15,4 @@ class SomeApi(Resource):
return {'somedelete': 'somedeletedata'}, 204
def put(self, id=None):
return {'someput': 'someputdata'}, 204
return {'someput': 'someputdata'}, 201