enzostvs HF staff commited on
Commit
34e73bf
·
1 Parent(s): 0bfd10c

URL sitemap

Browse files
Files changed (1) hide show
  1. src/routes/sitemap.xml/+server.js +1 -1
src/routes/sitemap.xml/+server.js CHANGED
@@ -1,5 +1,5 @@
1
  const getAllModels = async () => {
2
- const response = await fetch("http://localhost:5174/api/models/sitemap", {
3
  method: "GET",
4
  headers: {
5
  "Content-Type": "application/json"
 
1
  const getAllModels = async () => {
2
+ const response = await fetch("https://lorastudio.co/api/models/sitemap", {
3
  method: "GET",
4
  headers: {
5
  "Content-Type": "application/json"