From 6e6b7483edb7414b491c28a725707e4794fe3ba8 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Wed, 15 Nov 2023 12:21:05 +0100 Subject: [PATCH] remove caching, fixes #176 The caching was blocking further requests for different HTTP methods. So, once an e.g. OPTIONS request was cached with a 404, subsequent calls to the same endpoint but via GET where hitting the 404 as well --- data/controller.xql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/controller.xql b/data/controller.xql index dbf15f65..8512aa40 100644 --- a/data/controller.xql +++ b/data/controller.xql @@ -209,7 +209,7 @@ else (: everything else is passed through :) (console:log('/data Controller: passthrough'), - +