This commit is contained in:
@@ -21,6 +21,7 @@ class SensorSchema(ma.SQLAlchemyAutoSchema):
|
||||
class Meta:
|
||||
model = models.Sensor
|
||||
include_fk = True
|
||||
exclude = ('id',)
|
||||
|
||||
|
||||
class DeviceSchema(ma.SQLAlchemyAutoSchema):
|
||||
|
||||
Reference in New Issue
Block a user