Skip to content

Commit

Permalink
default to production
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 19, 2023
1 parent 2ec9941 commit b1c08d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_frontend/src/pyodide/badges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function checkIfBadgeEarned(
): Promise<string> {
let serviceUrl = process.env.REACT_APP_KURONO_BADGES_URL;
if (serviceUrl === undefined) {
serviceUrl = "https://development-kurono-badges-dot-decent-digit-629.appspot.com"
serviceUrl = "https://production-kurono-badges-dot-decent-digit-629.appspot.com"
}

const response = await fetch(serviceUrl, {
Expand Down

0 comments on commit b1c08d1

Please sign in to comment.