Skip to content

Commit

Permalink
fix: update url (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored Nov 30, 2024
1 parent d30972c commit d2b9df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion letta/server/rest_api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def create_application() -> "FastAPI":

if "--ade" in sys.argv:
settings.cors_origins.append("https://app.letta.com")
print(f"▶ View using ADE at: https://app.letta.com/local-project/agents")
print(f"▶ View using ADE at: https://app.letta.com/development-servers/local/dashboard")

if "--secure" in sys.argv:
print(f"▶ Using secure mode with password: {random_password}")
Expand Down

0 comments on commit d2b9df8

Please sign in to comment.