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

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
loimax committed Feb 1, 2024
1 parent 9422494 commit faa208a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function addTemplateToDOM(template) { // createTemplateCard
function getTemplates() { // addTemplateToDOM
$.ajax({
type: 'GET',
url: URl_API + '/template',
url: URL_API + '/template',
contentType: 'application/json;charset=UTF-8',
xhrFields: {
withCredentials: true
Expand Down

0 comments on commit faa208a

Please sign in to comment.