Migrate to apps.json naming

This commit is contained in:
decentral1se
2021-04-18 17:42:32 +02:00
parent 2296ef52fa
commit e351615a69
4 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ server {
location / {
root /var/www/abra-apps;
add_header Content-Type application/json;
index abra-apps.json;
index apps.json;
}
}