MCPcopy Create free account
hub / github.com/codename-co/stack / index

Function index

packages/app/src-tauri/src/api.rs:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8use tauri::AppHandle;
9
10/// The API is only ever reached from this machine: the website talks to
11/// `https://127.1:57404`. Binding the wildcard address exposed an
12/// unauthenticated `/run` to every device on the local network, and the
13/// certificate's SANs could never cover a LAN address anyway.
14const BIND_ADDR: &str = "127.0.0.1:57404";
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected