mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
Add Dockerfile and .dockerignore; refactor import paths in app modules
This commit is contained in:
@@ -2,6 +2,7 @@ import datetime
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class DeviceRegistrationRequest(BaseModel):
|
||||
"""Request model for registering a new device."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user