Skip to content

Commit 0864600

Browse files
committed
docs: added readme
1 parent fdeaf53 commit 0864600

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { error } from '@sveltejs/kit';
22

33
export async function GET() {
4-
const schemaURL = "https://raw.githubusercontent.com/gttp-cli/gttp/main/schema.json?token=GHSAT0AAAAAAB66YRC4SYHM47DMR3CC4RXSZOBAY4A";
4+
const schemaURL = "https://raw.githubusercontent.com/gttp-cli/gttp/main/schema.json";
55

66
try {
77
const response = await fetch(schemaURL);

0 commit comments

Comments
 (0)