Skip to content

Commit

Permalink
Update back-end endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wrsuperboy committed Dec 15, 2023
1 parent 68d076d commit 70403be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tortolla-web/src/containers/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { isSignedIn, loadCurrentUserToken, signOut } from "./user.ts";

const endpoint = import.meta.env.DEV
? "http://localhost:8080"
: "https://tortolla.whiteisland-82d21b46.eastasia.azurecontainerapps.io";
: "https://tortolla.niceriver-680136a0.eastasia.azurecontainerapps.io";

enum ApiResponseStatus {
SUCCESS = 0,
Expand Down

0 comments on commit 70403be

Please sign in to comment.