Spaces:
Sleeping
Sleeping
Commit ·
323986b
1
Parent(s): eaeeb44
fix: import Header for worker auth
Browse files- backend/api.py +1 -1
backend/api.py
CHANGED
|
@@ -11,7 +11,7 @@ from pathlib import Path
|
|
| 11 |
from typing import Any, Dict
|
| 12 |
|
| 13 |
from dotenv import load_dotenv
|
| 14 |
-
from fastapi import FastAPI, HTTPException, Response
|
| 15 |
from fastapi.middleware.cors import CORSMiddleware
|
| 16 |
from fastapi.responses import FileResponse
|
| 17 |
|
|
|
|
| 11 |
from typing import Any, Dict
|
| 12 |
|
| 13 |
from dotenv import load_dotenv
|
| 14 |
+
from fastapi import FastAPI, HTTPException, Response, Header, Request
|
| 15 |
from fastapi.middleware.cors import CORSMiddleware
|
| 16 |
from fastapi.responses import FileResponse
|
| 17 |
|