Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker committed Sep 25, 2024
1 parent 0a357a7 commit 2c04916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion letta/server/rest_api/static_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async def serve_spa():

@app.get("/agents/{agent}/chat", include_in_schema=False)
async def serve_spa():
print("serving spa", static_files_path)
return FileResponse(os.path.join(static_files_path, "index.html"))

@app.get("/agents", include_in_schema=False)
Expand Down

0 comments on commit 2c04916

Please sign in to comment.