Compare commits
3 Commits
4d3af37d5f
...
ef85d30846
| Author | SHA1 | Date | |
|---|---|---|---|
| ef85d30846 | |||
| 36d7c43bbd | |||
| 3ff8067c51 |
@@ -141,6 +141,7 @@ impl Fairing for Usage {
|
|||||||
&& !uri.ends_with(".js")
|
&& !uri.ends_with(".js")
|
||||||
&& !uri.ends_with(".ico")
|
&& !uri.ends_with(".ico")
|
||||||
&& !uri.ends_with(".json")
|
&& !uri.ends_with(".json")
|
||||||
|
&& !uri.ends_with(".png")
|
||||||
{
|
{
|
||||||
let config = req.rocket().state::<Config>().unwrap();
|
let config = req.rocket().state::<Config>().unwrap();
|
||||||
let Ok(mut file) = OpenOptions::new()
|
let Ok(mut file) = OpenOptions::new()
|
||||||
|
|||||||
Reference in New Issue
Block a user