X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2Fuser-setting%2Findex.js;h=ca806282099b0a07c2f653d8df5d2ffb9a921c31;hb=8cdeeda1196ee7d2ad7723378ea9a4f6c5d1e83a;hp=9436fd1116d1e1e64605431c7d66730217470078;hpb=b8feeab5a72cbb7651a1c603fc767034cd5922cc;p=motion2.git diff --git a/server/api/user-setting/index.js b/server/api/user-setting/index.js index 9436fd1..ca80628 100644 --- a/server/api/user-setting/index.js +++ b/server/api/user-setting/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x99b0=['isAuthenticated','update','exports','Router','../../components/auth/service','./user-setting.controller','put','/:id'];(function(_0x2e8e6f,_0x193a16){var _0x5c10cd=function(_0x27fb7a){while(--_0x27fb7a){_0x2e8e6f['push'](_0x2e8e6f['shift']());}};_0x5c10cd(++_0x193a16);}(_0x99b0,0xcb));var _0x099b=function(_0x344f62,_0x4bd138){_0x344f62=_0x344f62-0x0;var _0x191372=_0x99b0[_0x344f62];return _0x191372;};'use strict';var express=require('express');var router=express[_0x099b('0x0')]();var auth=require(_0x099b('0x1'));var controller=require(_0x099b('0x2'));router[_0x099b('0x3')](_0x099b('0x4'),auth[_0x099b('0x5')](),controller[_0x099b('0x6')]);module[_0x099b('0x7')]=router; \ No newline at end of file +var _0x3998=['isAuthenticated','update','exports','express','Router','put'];(function(_0x4a9fb1,_0x273043){var _0x348672=function(_0x142b69){while(--_0x142b69){_0x4a9fb1['push'](_0x4a9fb1['shift']());}};_0x348672(++_0x273043);}(_0x3998,0x1bf));var _0x8399=function(_0x34cb6a,_0x4956d0){_0x34cb6a=_0x34cb6a-0x0;var _0x16cabb=_0x3998[_0x34cb6a];return _0x16cabb;};'use strict';var express=require(_0x8399('0x0'));var router=express[_0x8399('0x1')]();var auth=require('../../components/auth/service');var controller=require('./user-setting.controller');router[_0x8399('0x2')]('/:id',auth[_0x8399('0x3')](),controller[_0x8399('0x4')]);module[_0x8399('0x5')]=router; \ No newline at end of file