From 97d701ad8f70f6f9af5c69e0e3d1ce6556a742f9 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 10 Sep 2020 10:50:27 +0200 Subject: [PATCH] Fix changelog --- changelog/unreleased/fix-external-app-urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/fix-external-app-urls b/changelog/unreleased/fix-external-app-urls index 139090f29..4d5fbef32 100644 --- a/changelog/unreleased/fix-external-app-urls +++ b/changelog/unreleased/fix-external-app-urls @@ -1,6 +1,6 @@ Bugfix: Fix external app URLs -The URLs for the default set of external apps was hardcoded to localhost:9200. We fixed that by using the server url from the already existing config variable. +The URLs for the default set of external apps was hardcoded to localhost:9200. We fixed that by using relative paths instead. https://github.com/owncloud/product/issues/218 https://github.com/owncloud/ocis-phoenix/pull/83