Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtatey authored Oct 8, 2022
1 parent b5f9113 commit 27cc5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const server = new Server({
schema,
graphiql: true,
})(req)
: new Response("Not here, <a href='/graphql'>there</a>", { status: 404 });
: new Response("Not Found", { status: 404 });
},
port: 3000,
});
Expand Down

0 comments on commit 27cc5c5

Please sign in to comment.