feat(cloud-api): add workspace application entrypoint
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
"""Create the independently deployable cloud API application."""
|
||||
return FastAPI(title="Device Cloud API")
|
||||
Reference in New Issue
Block a user