Remove debug stuff
This commit is contained in:
parent
63def33286
commit
a4490ab53c
@ -58,7 +58,6 @@ impl CfPurgeRequest {
|
|||||||
T::path(),
|
T::path(),
|
||||||
file
|
file
|
||||||
);
|
);
|
||||||
eprintln!("{}", url);
|
|
||||||
Self { files: vec![url] }
|
Self { files: vec![url] }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -122,10 +122,6 @@ fn main() -> Result<()> {
|
|||||||
"/github/{file:.*}",
|
"/github/{file:.*}",
|
||||||
web::delete().to_async(purge_cache::<Github>),
|
web::delete().to_async(purge_cache::<Github>),
|
||||||
)
|
)
|
||||||
.route(
|
|
||||||
"/purge/github/{file:.*}",
|
|
||||||
web::get().to_async(purge_cache::<Github>),
|
|
||||||
)
|
|
||||||
.route(
|
.route(
|
||||||
"/bitbucket/{user}/{repo}/{commit}/{file:.*}",
|
"/bitbucket/{user}/{repo}/{commit}/{file:.*}",
|
||||||
web::get().to_async(handle_request::<Bitbucket>),
|
web::get().to_async(handle_request::<Bitbucket>),
|
||||||
|
Loading…
Reference in New Issue
Block a user