Skip to content

Commit

Permalink
changed port number
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesore- committed Jan 14, 2017
1 parent e496576 commit 06068c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/vue-components/main_content.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
code {
color: #f66;
}
</style>
</style>
4 changes: 2 additions & 2 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ function startServer() {
backend.listen(stream)
})

server.listen(8080)
console.log('Listening on 80\u00B2')
server.listen(3000)
console.log('Listening on 3K')
}

0 comments on commit 06068c9

Please sign in to comment.