Skip to content

Commit 633f826

Browse files
authored
chore: change auth org (#518)
* chore: change auth server to .org * change version code
1 parent fed6167 commit 633f826

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

godot/export_presets.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ architectures/armeabi-v7a=false
394394
architectures/arm64-v8a=true
395395
architectures/x86=false
396396
architectures/x86_64=true
397-
version/code=17
397+
version/code=18
398398
version/name="1.0"
399399
package/unique_name="org.decentraland.godotexplorer"
400400
package/name="Decentraland"

lib/src/auth/decentraland_auth_server.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use crate::godot_classes::dcl_tokio_rpc::GodotTokioCall;
66

77
use super::wallet::SimpleAuthChain;
88

9-
const AUTH_FRONT_URL: &str = "https://decentraland.zone/auth/requests";
10-
const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests";
9+
const AUTH_FRONT_URL: &str = "https://decentraland.org/auth/requests";
10+
const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.org/requests";
1111
// const AUTH_FRONT_URL: &str = "https://localhost:5173/auth/requests";
1212
// const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests";
1313

0 commit comments

Comments
 (0)