Skip to content

Commit b3a6a93

Browse files
updated
1 parent 2ca26a2 commit b3a6a93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

assets/js/wcf-template-library.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//https://block.animation-addons.com/wp-json/templates/v2/wcf-tpl-category
2020
//"https://crowdytheme.com/elementor/info-templates/wp-json/templates/v2/wcf-tpl-category"
2121
await fetch(
22-
"https://crowdytheme.com/elementor/info-templates/wp-json/templates/v2/wcf-tpl-category"
22+
"https://block.animation-addons.com/wp-json/templates/v2/wcf-tpl-category"
2323
)
2424
.then((res) => res.json())
2525
.then((res) => {
@@ -31,7 +31,7 @@
3131
// API for get requests
3232
// https://block.animation-addons.com/wp-json/wp/v2/wcf-templates?page=1&per_page=20&subtype=block
3333
let aae_domain =
34-
"https://crowdytheme.com/elementor/info-templates/wp-json/wp/v2/wcf-templates?page=1&per_page=20&subtype=block";
34+
"https://block.animation-addons.com/wp-json/wp/v2/wcf-templates?page=1&per_page=20&subtype=block";
3535
const activePlugin = async () => {
3636
await fetch(WCF_TEMPLATE_LIBRARY.ajaxurl, {
3737
method: "POST",

assets/js/wcf-template-library.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)