Built motion from commit 6132600.|0.0.40
[motion.git] / server / api / motionbar / motionbar.controller.js
index f0a79be..1625855 100644 (file)
@@ -1,32 +1 @@
-'use strict';
-
-var _ = require('lodash');
-var Motionbar = require('../../models').Motionbar;
-
-// Get list of motionbars
-exports.action = function(req, res) {
-
-  if (!req.query.userId) {
-    return handleError(res, {
-      message: 'Use userId'
-    });
-  }
-
-  req.body.UserId = parseInt(req.query.userId, 10);
-  req.body.action = req.params.action;
-  req.body.state = req.params.state;
-  req.body.AdminId = req.user.id;
-
-  Motionbar
-    .create(req.body)
-    .then(function(action) {
-      return res.status(201).send(action);
-    })
-    .catch(function(err) {
-      return handleError(res, err);
-    });
-};
-
-function handleError(res, err) {
-  return res.status(500).send(err);
-}
+var _0x4caf=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x6C\x6F\x64\x61\x73\x68","\x4D\x6F\x74\x69\x6F\x6E\x62\x61\x72","\x2E\x2E\x2F\x2E\x2E\x2F\x6D\x6F\x64\x65\x6C\x73","\x61\x63\x74\x69\x6F\x6E","\x75\x73\x65\x72\x49\x64","\x71\x75\x65\x72\x79","\x55\x73\x65\x20\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x49\x64","\x62\x6F\x64\x79","\x70\x61\x72\x61\x6D\x73","\x73\x74\x61\x74\x65","\x41\x64\x6D\x69\x6E\x49\x64","\x69\x64","\x75\x73\x65\x72","\x63\x61\x74\x63\x68","\x73\x65\x6E\x64","\x73\x74\x61\x74\x75\x73","\x74\x68\x65\x6E","\x63\x72\x65\x61\x74\x65"];_0x4caf[0];var _=require(_0x4caf[1]);var Motionbar=require(_0x4caf[3])[_0x4caf[2]];exports[_0x4caf[4]]=function(_0xe2e6x3,_0xe2e6x4){if(!_0xe2e6x3[_0x4caf[6]][_0x4caf[5]]){return handleError(_0xe2e6x4,{message:_0x4caf[7]})};_0xe2e6x3[_0x4caf[9]][_0x4caf[8]]=parseInt(_0xe2e6x3[_0x4caf[6]][_0x4caf[5]],10);_0xe2e6x3[_0x4caf[9]][_0x4caf[4]]=_0xe2e6x3[_0x4caf[10]][_0x4caf[4]];_0xe2e6x3[_0x4caf[9]][_0x4caf[11]]=_0xe2e6x3[_0x4caf[10]][_0x4caf[11]];_0xe2e6x3[_0x4caf[9]][_0x4caf[12]]=_0xe2e6x3[_0x4caf[14]][_0x4caf[13]];Motionbar[_0x4caf[19]](_0xe2e6x3[_0x4caf[9]])[_0x4caf[18]](function(_0xe2e6x6){return _0xe2e6x4[_0x4caf[17]](201)[_0x4caf[16]](_0xe2e6x6)})[_0x4caf[15]](function(_0xe2e6x5){return handleError(_0xe2e6x4,_0xe2e6x5)});};function handleError(_0xe2e6x4,_0xe2e6x5){return _0xe2e6x4[_0x4caf[17]](500)[_0x4caf[16]](_0xe2e6x5)}
\ No newline at end of file