Skip to content

Commit

Permalink
Merge pull request #142 from plpycoin/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar authored Nov 1, 2024
2 parents ef7c0c1 + 31bd39a commit afddb5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from server.app.routes import pipeline
from dotenv import load_dotenv

load_dotenv()

app = FastAPI()
os.environ["USE_FRONTEND"] = "true"
Expand Down

0 comments on commit afddb5f

Please sign in to comment.