i give up

This commit is contained in:
MassiveAtoms 2021-03-02 00:31:38 -03:00
parent 330a36556c
commit f34200901e

View File

@ -6,25 +6,12 @@
}, },
"routes": [ "routes": [
{ {
"match": { "match": {"uri": "/static/*"},
"uri": "/static/*" "action": {"share": "/usr/src/app/CalibreWebCompanion/static"}
},
"action": {
"share": "/usr/src/app/CalibreWebCompanion/static"
}
}, },
{ {
"action": { "match": {"uri": "/download/*"},
"share": "/static/" "action": {"share": "/usr/src/app/calibredir"}
}
},
{
"match": {
"uri": "/download/*"
},
"action": {
"share": "/usr/src/app/calibredir/"
}
}, },
{ {
"action": { "action": {