Format code [skip ci]
This commit is contained in:
parent
175519f0cb
commit
35167f9d10
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ impl CaddyController {
|
||||||
SiteConfigRedirectKind::Rewrite => json!({
|
SiteConfigRedirectKind::Rewrite => json!({
|
||||||
"handler": "rewrite",
|
"handler": "rewrite",
|
||||||
"uri": redirect.to
|
"uri": redirect.to
|
||||||
})
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
routes_array.push(json!({
|
routes_array.push(json!({
|
||||||
|
|
Loading…
Add table
Reference in a new issue