Skip to content

Commit

Permalink
Update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Dec 19, 2023
1 parent 94b219b commit fd2fd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const BASE_URL =
process.env.NODE_ENV === "development"
? "http://localhost:3000"
: "https://poac.dev";
export const BASE_API_URL = "https://api.poac.dev/v1";
export const BASE_API_URL = "https://poac-api.shuttleapp.rs/v1";
// process.env.NODE_ENV === "development"
// ? "http://127.0.0.1:8000/v1"
// : "https://api.poac.dev/v1";
// : "https://poac-api.shuttleapp.rs/v1";

0 comments on commit fd2fd1b

Please sign in to comment.