diff options
Diffstat (limited to 'exes/rest/src/config.rs')
| -rw-r--r-- | exes/rest/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/rest/src/config.rs b/exes/rest/src/config.rs index e87757c..9593ac8 100644 --- a/exes/rest/src/config.rs +++ b/exes/rest/src/config.rs @@ -23,7 +23,7 @@ pub struct Discord { } #[derive(Debug, Deserialize, Clone, Default)] -pub struct ReverseProxyConfig { +pub struct ReverseProxy { pub server: ServerSettings, pub discord: Discord, pub ratelimiter_address: String, |
