Skip to content

Commit

Permalink
fix(update): change API URI to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousWP committed Jul 23, 2024
1 parent a2635eb commit 7788fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/base/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h4 class="page-title">{% block page_title %}{% endblock page_title %}</h4>
allowOutsideClick: false
});
swal.showLoading();
fetch('/api/reNgine/update/')
fetch('/api/rengine/update/')
.then(response => response.json())
.then(function (response) {
console.log(response);
Expand Down

0 comments on commit 7788fa7

Please sign in to comment.