From 5d17194683ac4d1afe6fe0659a6e2cc5150bae38 Mon Sep 17 00:00:00 2001 From: Ludivine Premont <ludivine.premont@veremes.com> Date: Tue, 30 Mar 2021 09:05:03 +0200 Subject: [PATCH] modification proxy url --- conf/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/properties.json b/conf/properties.json index f79b6448..436daca2 100644 --- a/conf/properties.json +++ b/conf/properties.json @@ -1,6 +1,6 @@ { "app_api_url": "https://[hostname]:8000/v2", - "proxy_url": "https://[hostname]:8000/proxy/proxy.php", + "proxy_url": "https://[hostname]:8000/v2/proxy/proxy", "version": "2020.01.01", "build": "29192", "status": "stable", -- GitLab