Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
rasher85 committed Aug 15, 2016
1 parent 271b99f commit 4fbe7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added maca.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ app.use('/api/register', require('./controllers/api/register'))

app.use('/', require('./controllers/static'))

app.use(express.static('./'));

app.listen(3000, function () {
console.log('Server listening on', 3000)
})

0 comments on commit 4fbe7c9

Please sign in to comment.