mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-18 03:33:59 -05:00
Update backend/app/routers/prism_static.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
from fastapi import APIRouter
|
from fastapi import APIRouter
|
||||||
from fastapi.responses import FileResponse, HTMLResponse
|
from fastapi.responses import FileResponse, HTMLResponse
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import os
|
|
||||||
|
|
||||||
router = APIRouter(tags=["prism"])
|
router = APIRouter(tags=["prism"])
|
||||||
|
|
||||||
# Get the static prism directory path
|
# Get the static prism directory path
|
||||||
|
|||||||
Reference in New Issue
Block a user