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