Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-27 21:09:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e2aca6d20a1782bbf7a620c27d1d0011027d45a
9e2aca6d
1 parent
88e44116
move import syntax position
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
back/src/server.js
back/src/server.js
View file @
9e2aca6
...
...
@@ -2,9 +2,9 @@ import dotenv from "dotenv";
dotenv
.
config
();
import
{
GraphQLServer
,
PubSub
}
from
"graphql-yoga"
;
import
morgan
from
"morgan"
;
import
schema
from
"./schema"
;
import
"./passport"
;
import
{
authenticateJWT
}
from
"./passport"
;
import
schema
from
"./schema"
;
const
PORT
=
process
.
env
.
PORT
;
...
...
Please
register
or
login
to post a comment