aboutsummaryrefslogtreecommitdiff
path: root/src/routes/graphql
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-28 16:40:08 -0700
committerFuwn <[email protected]>2024-09-28 16:40:12 -0700
commit802dcc9f5a4b2f0824e2600cd080d33691056d16 (patch)
tree23c194f2410e21009981a8e475e703bd210b5b4e /src/routes/graphql
parentfeat(html): update analytics url (diff)
downloaddue.moe-802dcc9f5a4b2f0824e2600cd080d33691056d16.tar.xz
due.moe-802dcc9f5a4b2f0824e2600cd080d33691056d16.zip
feat(api): set up graphql api
Diffstat (limited to 'src/routes/graphql')
-rw-r--r--src/routes/graphql/+server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/graphql/+server.ts b/src/routes/graphql/+server.ts
new file mode 100644
index 00000000..f8e47dc5
--- /dev/null
+++ b/src/routes/graphql/+server.ts
@@ -0,0 +1 @@
+export { default as GET, default as POST, default as OPTIONS } from '$graphql/server';