From d387ae9592346cc1ea03a26ba884d257559ecc42 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 12 Jan 2022 21:32:47 +0100 Subject: [PATCH] corrected two urls --- admin/src/components/NavBar.spec.js | 2 +- community_server/src/Template/Pages/js.ctp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/components/NavBar.spec.js b/admin/src/components/NavBar.spec.js index 621ba0eb9..b084dd18b 100644 --- a/admin/src/components/NavBar.spec.js +++ b/admin/src/components/NavBar.spec.js @@ -63,7 +63,7 @@ describe('NavBar', () => { }) it('redirects to /logout', () => { - expect(windowLocationMock).toBeCalledWith('http://localhost/vue/login') + expect(windowLocationMock).toBeCalledWith('http://localhost/login') }) it('dispatches logout to store', () => { diff --git a/community_server/src/Template/Pages/js.ctp b/community_server/src/Template/Pages/js.ctp index 60868adc4..dd1525dbe 100644 --- a/community_server/src/Template/Pages/js.ctp +++ b/community_server/src/Template/Pages/js.ctp @@ -37,5 +37,5 @@ - +