From eeda9887857def2e22556a5c109c354a8dc15912 Mon Sep 17 00:00:00 2001 From: Sergio Diaz Date: Wed, 23 Mar 2016 19:47:10 -0400 Subject: [PATCH] Update server.js --- server.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +});