Skip to content

Commit

Permalink
fix migrate endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerflex committed Jul 21, 2023
1 parent 125c069 commit b84cb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Properly handle sign flip in `ModeMonitor` outputs with `direction="-"` in adjoint plugin.
- Out of date endpoint in `migrate` option of webapi.

## [2.3.1] - 2023-7-14

Expand Down
2 changes: 1 addition & 1 deletion tidy3d/web/cli/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def migrate() -> bool:
if is_migrate:
headers = {"Application": "TIDY3D"}
resp = requests.get(
f"{Env.current.auth_api_endpoint}/auth",
f"{Env.current.web_api_endpoint}/auth",
headers=headers,
auth=(email, password),
)
Expand Down

0 comments on commit b84cb6c

Please sign in to comment.