mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-08-25 13:56:30 +00:00
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ logging.basicConfig(
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
app = FastAPI(title="api")
|
||||
app = FastAPI(title="api", root_path="/api")
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
|
||||
Reference in New Issue
Block a user