Skip to content

Commit 6007ebe

Browse files
author
Alex Stanciu
committed
update
1 parent b3a7a81 commit 6007ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const bodyParser = require('body-parser');
33
const graphqlExpress = require('apollo-server-express').graphqlExpress
44
const graphiqlExpress = require('apollo-server-express').graphiqlExpress
55

6-
const schema = require('./schema4.js')
6+
const schema = require('./schema.js')
77

88
const app = express();
99

0 commit comments

Comments
 (0)