feat: Refactor backend structure by moving main application and router files to backend_domains

This commit is contained in:
2025-06-22 10:05:04 +02:00
parent a2873e4c85
commit fa33321ff1
4 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from backend.router_v1 import router
from backend.backend_domains.router_v1 import router
from backend.backend_domains.llms import llm_chat_ws_endpoint_v1