From 9021702fb460d8dc7f2b935ff954ad79971cb050 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 20 Oct 2020 15:31:35 +0200 Subject: [PATCH] Warning fixed. --- backend/src/Squidex/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Squidex/appsettings.json b/backend/src/Squidex/appsettings.json index a1c3f2fa6..f02ee54c5 100644 --- a/backend/src/Squidex/appsettings.json +++ b/backend/src/Squidex/appsettings.json @@ -10,7 +10,7 @@ /* * Set the base url of your application, to generate correct urls in background process. */ - "baseUrl": "https://localhost:5001", + "baseUrl": "https://localhost:5001" }, "fullText": {