mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-09-03 20:25:53 +02:00
fix regex
This commit is contained in:
parent
d808ef4dd5
commit
f82ea15330
1 changed files with 1 additions and 1 deletions
|
@ -61,4 +61,4 @@ ram.runtime = "50M"
|
|||
download.allowed = "visitors"
|
||||
download.auth_header = false
|
||||
download.show_tile = false
|
||||
download.additional_urls = [ "/inter.css", "re:/app.*\.css", "re:/app.*\.js", "re:/icon.*\.svg" ]
|
||||
download.additional_urls = [ "/inter.css", "re:\/app.*\.css", "re:\/app.*\.js", "re:\/icon.*\.svg" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue