Skip to main content

RELAY_MOUNT_PREFIX

Constant RELAY_MOUNT_PREFIX 

Source
pub const RELAY_MOUNT_PREFIX: &str = "/api/wallet/internal-api";
Expand description

Path prefix the web Worker (apps/web) mounts EmailRelayService under.

See apps/web/src/pages/_api/api/wallet/internal-api/[...path].ts. Appended to the configured relay origin so the generated Connect procedure path lands on that route.