aboutsummaryrefslogtreecommitdiff
path: root/src/routes/graphql/+server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/graphql/+server.ts')
-rw-r--r--src/routes/graphql/+server.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/routes/graphql/+server.ts b/src/routes/graphql/+server.ts
index f8e47dc5..2b19b3ff 100644
--- a/src/routes/graphql/+server.ts
+++ b/src/routes/graphql/+server.ts
@@ -1 +1,5 @@
-export { default as GET, default as POST, default as OPTIONS } from '$graphql/server';
+export {
+ default as GET,
+ default as POST,
+ default as OPTIONS,
+} from "$graphql/server";