Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion forward-proxy/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ pub struct InfluxDBConfig {
pub influxdb_org: String,
pub influxdb_bucket: String,
pub influxdb_auth_token: String,
}
}
1 change: 0 additions & 1 deletion forward-proxy/src/handler/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ impl RequestPaths {
pub const INIT_TUNNEL: &'static str = "/init-tunnel";
pub const HEALTHCHECK: &'static str = "/healthcheck";
}

Loading
Loading