We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede0dee commit 85df219Copy full SHA for 85df219
website/app/routes/schema[.]json.ts
@@ -0,0 +1,4 @@
1
+export const loader = async () => {
2
+ const response = await fetch("https://staging-api.docs.page/schema.json");
3
+ return response.json();
4
+}
0 commit comments