add coord modify resource
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user