Skip to content

Commit

Permalink
Grumble: a char (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
signebedi committed Jun 25, 2024
1 parent d124b59 commit 0c76a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libreforms_fastapi/app/templates/read_all_forms.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(document).ready(function () {
function fetchData(formName) {
return new Promise((resolve, reject) => {
$.ajax({
url: `/api/form/read_all/${formName}&return_when_empty=true`,
url: `/api/form/read_all/${formName}?return_when_empty=true`,
type: "GET",
dataType: 'json',
beforeSend: function(xhr){xhr.setRequestHeader('X-API-KEY', apiKey);},
Expand Down

0 comments on commit 0c76a8d

Please sign in to comment.