mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
fix: cache busting metadata is stored in libcachebust_data.json
This commit is contained in:
@@ -12,7 +12,7 @@ pub struct FileMap {
|
||||
impl FileMap {
|
||||
#[allow(clippy::new_without_default)]
|
||||
pub fn new() -> Self {
|
||||
let map = include_str!("../cache_buster_data.json");
|
||||
let map = include_str!("../libcachebust_data.json");
|
||||
let files = Files::new(map);
|
||||
Self { files }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user