flask endpoints done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-20 18:19:31 +02:00
parent 009e3e4933
commit 422a7efa6f
4 changed files with 122 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ class SensorSchema(ma.SQLAlchemyAutoSchema):
class Meta:
model = models.Sensor
include_fk = True
exclude = ('id',)
class DeviceSchema(ma.SQLAlchemyAutoSchema):