Skip to content

Commit

Permalink
add /singup (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega authored Feb 15, 2024
1 parent 6d7e641 commit 42b0f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evidently/ui/api/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def add_static(app: FastAPI, ui_path: str):

@app.get("/", include_in_schema=False)
@app.get("/auth", include_in_schema=False)
@app.get("/singup", include_in_schema=False)
@app.get("/projects", include_in_schema=False)
@app.get("/projects/{path:path}", include_in_schema=False)
@app.get("/teams", include_in_schema=False)
Expand Down

0 comments on commit 42b0f4a

Please sign in to comment.