Skip to content

Commit

Permalink
new koa router
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Nov 4, 2023
1 parent 6640046 commit 91b294b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,516 deletions.
2 changes: 1 addition & 1 deletion src/lib/routes/graphql/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Router from "koa-router";
import Router from "@koa/router";
import bodyParser from "koa-body";
import { graphql, printSchema } from "graphql";

Expand Down
2 changes: 1 addition & 1 deletion src/server/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import App from "../lib/app";
import Router from "koa-router";
import Router from "@koa/router";

import graphQLRoutes from "./routes/graphql";

Expand Down
Loading

0 comments on commit 91b294b

Please sign in to comment.