Built motion from commit 449495f6.|2.6.27
[motion2.git] / server / api / intServicenowField / index.js
index 8f88a86..f2a524f 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x14df=['path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/:id','show','post','put','update','destroy','exports','util'];(function(_0x5ce15c,_0x19c917){var _0x36e4f5=function(_0x50fa90){while(--_0x50fa90){_0x5ce15c['push'](_0x5ce15c['shift']());}};_0x36e4f5(++_0x19c917);}(_0x14df,0x131));var _0xf14d=function(_0x49bd0e,_0x12b3c1){_0x49bd0e=_0x49bd0e-0x0;var _0x43d5c3=_0x14df[_0x49bd0e];return _0x43d5c3;};'use strict';var multer=require('multer');var util=require(_0xf14d('0x0'));var path=require(_0xf14d('0x1'));var timeout=require(_0xf14d('0x2'));var express=require(_0xf14d('0x3'));var router=express[_0xf14d('0x4')]();var auth=require(_0xf14d('0x5'));var interaction=require(_0xf14d('0x6'));var config=require(_0xf14d('0x7'));var controller=require('./intServicenowField.controller');router[_0xf14d('0x8')]('/',auth[_0xf14d('0x9')](),controller[_0xf14d('0xa')]);router[_0xf14d('0x8')](_0xf14d('0xb'),auth[_0xf14d('0x9')](),controller[_0xf14d('0xc')]);router[_0xf14d('0xd')]('/',auth[_0xf14d('0x9')](),controller['create']);router[_0xf14d('0xe')]('/:id',auth[_0xf14d('0x9')](),controller[_0xf14d('0xf')]);router['delete'](_0xf14d('0xb'),auth[_0xf14d('0x9')](),controller[_0xf14d('0x10')]);module[_0xf14d('0x11')]=router;
\ No newline at end of file
+var _0x0932=['../../config/environment','isAuthenticated','get','/:id','post','update','util','path','express','Router','fs-extra','../../components/auth/service'];(function(_0x35da42,_0x5c2610){var _0x370035=function(_0x546db5){while(--_0x546db5){_0x35da42['push'](_0x35da42['shift']());}};_0x370035(++_0x5c2610);}(_0x0932,0x7e));var _0x2093=function(_0x2226d7,_0x30fef5){_0x2226d7=_0x2226d7-0x0;var _0x8819f9=_0x0932[_0x2226d7];return _0x8819f9;};'use strict';var multer=require('multer');var util=require(_0x2093('0x0'));var path=require(_0x2093('0x1'));var timeout=require('connect-timeout');var express=require(_0x2093('0x2'));var router=express[_0x2093('0x3')]();var fs_extra=require(_0x2093('0x4'));var auth=require(_0x2093('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x2093('0x6'));var controller=require('./intServicenowField.controller');router['get']('/',auth[_0x2093('0x7')](),controller['index']);router[_0x2093('0x8')](_0x2093('0x9'),auth[_0x2093('0x7')](),controller['show']);router[_0x2093('0xa')]('/',auth[_0x2093('0x7')](),controller['create']);router['put'](_0x2093('0x9'),auth['isAuthenticated'](),controller[_0x2093('0xb')]);router['delete'](_0x2093('0x9'),auth[_0x2093('0x7')](),controller['destroy']);module['exports']=router;
\ No newline at end of file