We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e110ea commit c6a8940Copy full SHA for c6a8940
buildpacks/static-web-server/src/caddy_config.rs
@@ -38,11 +38,6 @@ pub(crate) struct CaddyHTTPServerRoute {
38
pub(crate) handle: Vec<CaddyHTTPServerRouteHandler>,
39
}
40
41
-#[derive(Serialize, Deserialize, Debug)]
42
-pub(crate) struct CaddyHTTPServerErrors {
43
- pub(crate) routes: Vec<CaddyHTTPServerRoute>,
44
-}
45
-
46
#[derive(Serialize, Deserialize, Debug)]
47
#[serde(untagged)]
48
pub(crate) enum CaddyHTTPServerRouteMatcher {
0 commit comments