X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FauthLocal%2Findex.js;h=79645943c49163b24546429ce8515d12689ca5ea;hb=032eef5eb1c414450ccc959e49effc8ff508851b;hp=0a26bfcce3e3b92ddf375905d9e7ae4aa9210560;hpb=9c8616cfa647d703a1bff4c288be65133e777d2a;p=motion2.git diff --git a/server/api/authLocal/index.js b/server/api/authLocal/index.js index 0a26bfc..7964594 100644 --- a/server/api/authLocal/index.js +++ b/server/api/authLocal/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x11dd=['exports','express','./authLocal.controller','post','login','forgot','/reset/:token','reset'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x11dd,0xe1));var _0xd11d=function(_0xc4001c,_0x1bf8f0){_0xc4001c=_0xc4001c-0x0;var _0x49f7bc=_0x11dd[_0xc4001c];return _0x49f7bc;};'use strict';var express=require(_0xd11d('0x0'));var router=express['Router']();var controller=require(_0xd11d('0x1'));router[_0xd11d('0x2')]('/',controller[_0xd11d('0x3')]);router[_0xd11d('0x2')]('/forgot',controller[_0xd11d('0x4')]);router[_0xd11d('0x2')](_0xd11d('0x5'),controller[_0xd11d('0x6')]);module[_0xd11d('0x7')]=router; \ No newline at end of file +var _0x43ab=['exports','express','Router','login','post','/reset/:token'];(function(_0x2b6a5e,_0x59d2a0){var _0x174ebe=function(_0x306b4b){while(--_0x306b4b){_0x2b6a5e['push'](_0x2b6a5e['shift']());}};_0x174ebe(++_0x59d2a0);}(_0x43ab,0xc1));var _0xb43a=function(_0x1e28aa,_0x5a2c5a){_0x1e28aa=_0x1e28aa-0x0;var _0x21bbb1=_0x43ab[_0x1e28aa];return _0x21bbb1;};'use strict';var express=require(_0xb43a('0x0'));var router=express[_0xb43a('0x1')]();var controller=require('./authLocal.controller');router['post']('/',controller[_0xb43a('0x2')]);router['post']('/forgot',controller['forgot']);router[_0xb43a('0x3')](_0xb43a('0x4'),controller['reset']);module[_0xb43a('0x5')]=router; \ No newline at end of file