Skip to content

Commit bb911ec

Browse files
committed
Clenaup
1 parent 1659cec commit bb911ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export function createServer(config?: ServerConfig) {
5050
return restRouter.fetch(url, req);
5151
}
5252

53+
// GraphQL
5354
if (url.pathname.startsWith("/api")) {
54-
// GraphQL
5555
const data = await graphql.evaluateQuery(req);
5656

5757
return createResponse(JSON.stringify(data), {

0 commit comments

Comments
 (0)