summaryrefslogtreecommitdiffstats
path: root/server/api/locations.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/api/locations.js')
-rw-r--r--server/api/locations.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/server/api/locations.js b/server/api/locations.js
index c72ff93..7595837 100644
--- a/server/api/locations.js
+++ b/server/api/locations.js
@@ -1,13 +1,13 @@
-/* global __appdir */
-//var path = require('path');
+// /* global __appdir */
+// var path = require('path');
module.exports = {
- get: function(req, res) {
- console.log('You successfully called an authentication call!');
- res.send('You successfully called an authentication call!');
- },
- post: function(req, res) {
- console.log('You successfully called an unauthentication call!');
- res.send('You successfully called an unauthentication call!');
- }
+ get: function (req, res) {
+ console.log('You successfully called an authentication call!')
+ res.send('You successfully called an authentication call!')
+ },
+ post: function (req, res) {
+ console.log('You successfully called an unauthentication call!')
+ res.send('You successfully called an unauthentication call!')
+ }
}