Skip to content

Commit

Permalink
updated docs site (swagger UI)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 17, 2025
1 parent 41d8ba9 commit 87ece03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosim_server/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def lifespan(_app: FastAPI) -> AsyncGenerator[None, None]:
@app.get("/")
def root() -> dict[str, str]:
return {
'docs': 'https://biochecknet.biosimulations.org/docs'
'docs': 'https://biosim.biosimulations.org/docs'
}


Expand Down

0 comments on commit 87ece03

Please sign in to comment.