Skip to content

Commit

Permalink
🧩 /doc endpoint added
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 22, 2024
1 parent 25b46d6 commit 6120a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from fastapi import FastAPI, HTTPException, Query
from fastapi.responses import FileResponse, HTMLResponse

app = FastAPI(title="HiFi-RestAPI", version="v1.0", summary="Tidal Music Proxy")
app = FastAPI(title="HiFi-RestAPI", version="v1.0", description="Tidal Music Proxy")


load_dotenv()
Expand Down

1 comment on commit 6120a6d

@vercel
Copy link

@vercel vercel bot commented on 6120a6d Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.