AppFlowy-Cloud/tests/client/constants.rs

3 lines
114 B
Rust

pub const LOCALHOST_URL: &str = "http://localhost:8000";
pub const LOCALHOST_WS: &str = "ws://localhost:8000/ws";