From 8ad40c9ad9f6a0a9ad990d071077aee99f40c96f Mon Sep 17 00:00:00 2001 From: Florian ALEXANDRE Date: Fri, 28 Oct 2022 15:43:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20#100974=20-=20lien=20de=20preview=20arti?= =?UTF-8?q?cle=20cass=C3=A9=20dans=20le=20back-office?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .platform/routes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.platform/routes.yaml b/.platform/routes.yaml index 2002629..04b451e 100644 --- a/.platform/routes.yaml +++ b/.platform/routes.yaml @@ -3,12 +3,12 @@ # Each route describes how an incoming URL is going # to be processed by Platform.sh. -"https://{default}/": +"https://{default}": type: upstream upstream: "app:http" primary: true -"https://admin.{default}/": +"https://admin.{default}": type: upstream upstream: "app:http"