corrected two urls

This commit is contained in:
Ulf Gebhardt 2022-01-12 21:32:47 +01:00
parent 4be6ca83dc
commit d387ae9592
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -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', () => {

View File

@ -37,5 +37,5 @@
</div>
<!-- built files will be auto injected -->
<script type="text/javascript">csfr = "<?= $this->request->getParam('_csrfToken') ?>";</script>
<script type="text/javascript" src="/vue/app.js"></script></body>
<script type="text/javascript" src="/app.js"></script></body>
</html>