Skip to content

Commit

Permalink
Update static.py (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega authored May 29, 2024
1 parent 463dc94 commit 4ec336b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/evidently/ui/api/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@

def assets_router(base_path: str = BASE_PATH):
@litestar.get(
[
"/",
"/projects",
"/signup",
"/organizations",
"/auth",
"/teams",
"/token",
"/projects/{path:path}",
"/teams/{path:path}",
],
["/", "/projects/{path:path}"],
include_in_schema=False,
)
async def index() -> Response:
Expand Down

0 comments on commit 4ec336b

Please sign in to comment.