configure grpc client + scanner fixes; need to figure out cors issue

This commit is contained in:
2026-01-17 20:04:28 -05:00
parent b762139243
commit 3ab9c9baf1
8 changed files with 94 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ mod rpc;
mod views;
#[cfg(debug_assertions)]
pub const RPC_HOST: &'static str = "http://localhost:8081";
pub const RPC_HOST: &'static str = "http://localhost:5177";
#[cfg(not(debug_assertions))]
pub const RPC_HOST: &'static str = "https://grpc.aoba.app:8443";