Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,9 +2,9 @@ import dotenv from "dotenv"; | ... | @@ -2,9 +2,9 @@ import dotenv from "dotenv"; |
2 | dotenv.config(); | 2 | dotenv.config(); |
3 | import { GraphQLServer, PubSub } from "graphql-yoga"; | 3 | import { GraphQLServer, PubSub } from "graphql-yoga"; |
4 | import morgan from "morgan"; | 4 | import morgan from "morgan"; |
5 | -import schema from "./schema"; | ||
6 | import "./passport"; | 5 | import "./passport"; |
7 | import { authenticateJWT } from "./passport"; | 6 | import { authenticateJWT } from "./passport"; |
7 | +import schema from "./schema"; | ||
8 | 8 | ||
9 | const PORT = process.env.PORT; | 9 | const PORT = process.env.PORT; |
10 | 10 | ... | ... |
-
Please register or login to post a comment