Skip to content

Commit

Permalink
Update front URL in Fronted BrokerSource to https://vuejs.org/ in con…
Browse files Browse the repository at this point in the history
…fig.rs
  • Loading branch information
nullchinchilla committed Sep 20, 2024
1 parent dd4d78e commit 1d2b275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ pub static GEPH5_CONFIG_TEMPLATE: LazyLock<Config> = LazyLock::new(|| Config {
host: "1826209743.rsc.cdn77.org".into(),
},
BrokerSource::Fronted {
front: "https://1826209743.rsc.cdn77.org/".into(),
front: "https://vuejs.org/".into(),
host: "svitania-naidallszei-2.netlify.app".into(),
},
BrokerSource::AwsLambda {
Expand Down

0 comments on commit 1d2b275

Please sign in to comment.