fix: correct admin dashboard filename in cache version script
This commit is contained in:
parent
3649986e30
commit
5827047334
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ const HTML_FILES = [
|
||||||
'public/koha.html',
|
'public/koha.html',
|
||||||
'public/check-version.html',
|
'public/check-version.html',
|
||||||
'public/admin/blog-curation.html',
|
'public/admin/blog-curation.html',
|
||||||
'public/admin/admin-dashboard.html'
|
'public/admin/dashboard.html'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue