From f34200901e9cd5085bb959b1000450e9405c7b10 Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Tue, 2 Mar 2021 00:31:38 -0300 Subject: [PATCH] i give up --- deployment/entrypoints/config.json | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/deployment/entrypoints/config.json b/deployment/entrypoints/config.json index 9aa7347..2910604 100644 --- a/deployment/entrypoints/config.json +++ b/deployment/entrypoints/config.json @@ -6,25 +6,12 @@ }, "routes": [ { - "match": { - "uri": "/static/*" - }, - "action": { - "share": "/usr/src/app/CalibreWebCompanion/static" - } + "match": {"uri": "/static/*"}, + "action": {"share": "/usr/src/app/CalibreWebCompanion/static"} }, { - "action": { - "share": "/static/" - } - }, - { - "match": { - "uri": "/download/*" - }, - "action": { - "share": "/usr/src/app/calibredir/" - } + "match": {"uri": "/download/*"}, + "action": {"share": "/usr/src/app/calibredir"} }, { "action": {