Skip to content

Commit

Permalink
mention UI location of backends
Browse files Browse the repository at this point in the history
  • Loading branch information
Katelyn Martin committed Apr 14, 2020
1 parent 23bd508 commit 166ebef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ use std::convert::TryFrom;

/// The name of a backend server associated with this service.
///
/// This should be changed to match the name of your own backend.
/// This should be changed to match the name of your own backend. See the the `Hosts` section of
/// the Fastly WASM service UI for more information.
const BACKEND_NAME: &str = "backend_name";

/// The name of a second backend associated with this service.
Expand Down

0 comments on commit 166ebef

Please sign in to comment.