Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
URL sitemap
Browse files
src/routes/sitemap.xml/+server.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
const getAllModels = async () => {
|
2 |
-
const response = await fetch("
|
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"
|