Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 5ecdf48

Browse files
committed
added github to path
1 parent c8e03bf commit 5ecdf48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/survey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function sendDataToServer(survey) {
2424
}
2525
})
2626
var data = new URLSearchParams(formdata);
27-
fetch("https://dev.staticman.net/v3/entry/simonarnell/GDPRDPIAT/staticman/dpia", {
27+
fetch("https://dev.staticman.net/v3/entry/github/simonarnell/GDPRDPIAT/staticman/dpia", {
2828
method: "POST",
2929
body: data
3030
})

0 commit comments

Comments
 (0)