Skip to content

Commit

Permalink
chore: change auth org (#518)
Browse files Browse the repository at this point in the history
* chore: change auth server to .org

* change version code
  • Loading branch information
leanmendoza authored Dec 2, 2024
1 parent fed6167 commit 633f826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion godot/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=true
version/code=17
version/code=18
version/name="1.0"
package/unique_name="org.decentraland.godotexplorer"
package/name="Decentraland"
Expand Down
4 changes: 2 additions & 2 deletions lib/src/auth/decentraland_auth_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use crate::godot_classes::dcl_tokio_rpc::GodotTokioCall;

use super::wallet::SimpleAuthChain;

const AUTH_FRONT_URL: &str = "https://decentraland.zone/auth/requests";
const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests";
const AUTH_FRONT_URL: &str = "https://decentraland.org/auth/requests";
const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.org/requests";
// const AUTH_FRONT_URL: &str = "https://localhost:5173/auth/requests";
// const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests";

Expand Down

0 comments on commit 633f826

Please sign in to comment.