Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EXSYS2021
da6
Hold Afstand
Commits
378f3791
Commit
378f3791
authored
May 07, 2021
by
Johan Tanderup Degn
Browse files
Update Home.vue to add "/" after persistence url
parent
b2dccdf0
Pipeline
#52493
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
website/studerende-dk/src/views/Home.vue
View file @
378f3791
...
...
@@ -41,7 +41,7 @@ import Calendar from "@/components/blocks/Calendar";
const
sendServerRequest
=
(
type
,
payload
)
=>
{
const
xhr
=
new
XMLHttpRequest
();
const
url
=
window
.
location
.
href
+
"
persistence
"
;
const
url
=
window
.
location
.
href
+
"
persistence
/
"
;
const
req
=
url
+
"
?type=
"
+
type
+
"
&
"
+
payload
;
xhr
.
open
(
"
GET
"
,
req
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment