feat(frontend+backend): connect api backend with frontend
This commit is contained in:
7
backend/api/__init__.py
Normal file
7
backend/api/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
FastAPI module for NimbusFlow backend.
|
||||
"""
|
||||
|
||||
from .app import app
|
||||
|
||||
__all__ = ["app"]
|
||||
Reference in New Issue
Block a user