Misc fixes

grpc.aoba.app for grpc calls
This commit is contained in:
2025-05-21 23:43:29 -04:00
parent 7061b4c313
commit 224d00718f
7 changed files with 13 additions and 7 deletions

View File

@@ -12,6 +12,10 @@ use route::Route;
#[cfg(debug_assertions)]
pub const HOST: &'static str = "http://localhost:5164";
#[cfg(debug_assertions)]
pub const RPC_HOST: &'static str = "http://localhost:5164";
#[cfg(not(debug_assertions))]
pub const RPC_HOST: &'static str = "https://grpc.aoba.app";
#[cfg(not(debug_assertions))]
pub const HOST: &'static str = "https://aoba.app";