chore: filled in project structure
Added some example basic files containing a functioning /message endpoint which logs the received message to INFO. ref: N25B-144
This commit is contained in:
4
src/control_backend/schemas/message.py
Normal file
4
src/control_backend/schemas/message.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class Message(BaseModel):
|
||||
message: str
|
||||
Reference in New Issue
Block a user