diff --git a/server.js b/server.js index 66d0afe..cf5ceeb 100644 --- a/server.js +++ b/server.js @@ -1,8 +1,8 @@ /* - Device server for the OWG initiative. - Written in NodeJS + Express + Sockets.io. +Device server for the OWG initiative. +Written in NodeJS + Express + Sockets.io. - @author Sergio Diaz +@author Sergio Diaz */ @@ -86,4 +86,4 @@ app.get('/location', function(req, res) { app.listen(8080, function () { console.log('OWGI server running on 8080...'); -}); \ No newline at end of file +});