typo
This commit is contained in:
parent
3bc5a20794
commit
ae2d524245
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import json
|
||||||
from starlette.responses import FileResponse
|
from starlette.responses import FileResponse
|
||||||
|
|
||||||
|
|
||||||
router = APIRouter(prefix="/mc_optimized")
|
router = APIRouter(prefix="/mc_optimizer")
|
||||||
ROOT_PATH = Path.home().joinpath(".radical_api/mc_optimized")
|
ROOT_PATH = Path.home().joinpath(".radical_api/mc_optimized")
|
||||||
ROOT_PATH.mkdir(exist_ok=True)
|
ROOT_PATH.mkdir(exist_ok=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue