From 9be692421624fd1f4848662405d4d1f1df99483f Mon Sep 17 00:00:00 2001 From: jyte Date: Tue, 25 Feb 2025 11:14:27 +0000 Subject: [PATCH] Do not return 200 all the time --- frontend/netlify.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/netlify.toml b/frontend/netlify.toml index 7e3938edd..6b9afafc3 100644 --- a/frontend/netlify.toml +++ b/frontend/netlify.toml @@ -5,7 +5,6 @@ [[redirects]] from = "/api" to = "/api" - status = 200 [[redirects]] from = "/*"