We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdeaf53 commit 0864600Copy full SHA for 0864600
README.md
@@ -0,0 +1,3 @@
1
+# GTTP.dev
2
+
3
+> This repository contains the source code for the GTTP.dev website.
web/src/routes/schema/+server.ts
@@ -1,7 +1,7 @@
import { error } from '@sveltejs/kit';
export async function GET() {
4
- const schemaURL = "https://raw.githubusercontent.com/gttp-cli/gttp/main/schema.json?token=GHSAT0AAAAAAB66YRC4SYHM47DMR3CC4RXSZOBAY4A";
+ const schemaURL = "https://raw.githubusercontent.com/gttp-cli/gttp/main/schema.json";
5
6
try {
7
const response = await fetch(schemaURL);
0 commit comments