X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FauthLocal%2Findex.js;h=c2b52eed700a496f182312bb2f06be72503b1975;hb=c593ef5de079879fb7bfbdd8f8d4d8640e684821;hp=bccdad40c0714c6062e36e9ec5e576cf9b70b2a4;hpb=7b947914a77b8347fb1d6de0275fa1bbfcdf6ff9;p=motion2.git diff --git a/server/api/authLocal/index.js b/server/api/authLocal/index.js index bccdad4..c2b52ee 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 _0xe210=['/reset/:token','reset','exports','express','./authLocal.controller','post','login','/forgot'];(function(_0x264b9b,_0xa1181e){var _0x4c7a0e=function(_0x4b77a0){while(--_0x4b77a0){_0x264b9b['push'](_0x264b9b['shift']());}};_0x4c7a0e(++_0xa1181e);}(_0xe210,0xd3));var _0x0e21=function(_0xefd519,_0xc62635){_0xefd519=_0xefd519-0x0;var _0x4bb882=_0xe210[_0xefd519];return _0x4bb882;};'use strict';var express=require(_0x0e21('0x0'));var router=express['Router']();var controller=require(_0x0e21('0x1'));router[_0x0e21('0x2')]('/',controller[_0x0e21('0x3')]);router[_0x0e21('0x2')](_0x0e21('0x4'),controller['forgot']);router[_0x0e21('0x2')](_0x0e21('0x5'),controller[_0x0e21('0x6')]);module[_0x0e21('0x7')]=router; \ No newline at end of file +var _0x00a3=['forgot','/reset/:token','reset','express','./authLocal.controller','post'];(function(_0x5ad0e1,_0x2466be){var _0x355c7b=function(_0x303667){while(--_0x303667){_0x5ad0e1['push'](_0x5ad0e1['shift']());}};_0x355c7b(++_0x2466be);}(_0x00a3,0xb1));var _0x300a=function(_0x2ed64d,_0x4a9d04){_0x2ed64d=_0x2ed64d-0x0;var _0x409c32=_0x00a3[_0x2ed64d];return _0x409c32;};'use strict';var express=require(_0x300a('0x0'));var router=express['Router']();var controller=require(_0x300a('0x1'));router[_0x300a('0x2')]('/',controller['login']);router[_0x300a('0x2')]('/forgot',controller[_0x300a('0x3')]);router[_0x300a('0x2')](_0x300a('0x4'),controller[_0x300a('0x5')]);module['exports']=router; \ No newline at end of file