Spaces:
Building
Building
Update api_controller.py
Browse files- api_controller.py +1 -1
api_controller.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from fastapi import APIRouter, HTTPException, Request, Depends
|
2 |
-
from config_provider import get_config,
|
3 |
from service_config import ServiceConfig
|
4 |
import json
|
5 |
|
|
|
1 |
from fastapi import APIRouter, HTTPException, Request, Depends
|
2 |
+
from config_provider import get_config, ServiceConfig
|
3 |
from service_config import ServiceConfig
|
4 |
import json
|
5 |
|