add coord modify resource
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-05 17:54:37 +01:00
parent 5e8f235857
commit 4a7bd11324
5 changed files with 39 additions and 6 deletions

View File

@ -65,6 +65,11 @@ class RestreamInputSchema(ma.Schema):
y = fields.Integer(required=True)
class CoordInputSchema(ma.Schema):
x = fields.Integer(required=True)
y = fields.Integer(required=True)
class OutputUrlSchema(ma.SQLAlchemyAutoSchema):
"""
Marshmallow schema generated