mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 00:57:12 -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.responses import FileResponse, HTMLResponse
|
||||
from pathlib import Path
|
||||
import os
|
||||
|
||||
router = APIRouter(tags=["prism"])
|
||||
|
||||
# Get the static prism directory path
|
||||
|
||||
Reference in New Issue
Block a user