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

Commit

Permalink
added github to path
Browse files Browse the repository at this point in the history
  • Loading branch information
simonarnell committed Jan 20, 2019
1 parent c8e03bf commit 5ecdf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/survey.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function sendDataToServer(survey) {
}
})
var data = new URLSearchParams(formdata);
fetch("https://dev.staticman.net/v3/entry/simonarnell/GDPRDPIAT/staticman/dpia", {
fetch("https://dev.staticman.net/v3/entry/github/simonarnell/GDPRDPIAT/staticman/dpia", {
method: "POST",
body: data
})
Expand Down

0 comments on commit 5ecdf48

Please sign in to comment.