From acd6b72b789b919f87e996244eddbcd3667a435c Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Mon, 26 Oct 2020 19:48:28 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20backend=20URL=20to=20what=20it=20was.=20?= =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #42 --- config/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/services.yaml b/config/services.yaml index 156f44aa4..0c49b618a 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -6,7 +6,7 @@ parameters: app_locales: en|nl|es|fr|de|pl|it|hu|pt_BR|ja|nb|nn|nl_NL|nl_BE|is|ru app.notifications.email_sender: anonymous@example.com bolt.table_prefix: bolt_ - bolt.backend_url: /beheer + bolt.backend_url: /bolt services: # default configuration for services in *this* file @@ -112,4 +112,4 @@ services: Symfony\Component\ErrorHandler\ErrorRenderer\ErrorRendererInterface: '@error_handler.error_renderer.html' - Squirrel\TwigPhpSyntax\PhpSyntaxExtension: ~ \ No newline at end of file + Squirrel\TwigPhpSyntax\PhpSyntaxExtension: ~