Skip to content

Commit

Permalink
Name
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Nov 20, 2023
1 parent 815b312 commit 2d8c4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from app.api import router as api_router

app = FastAPI()
app = FastAPI(title="OpenGPTs API")


# Get root of app, used to point to directory containing static files
Expand Down

0 comments on commit 2d8c4ef

Please sign in to comment.