X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FauthLocal%2Findex.js;fp=server%2Fapi%2FauthLocal%2Findex.js;h=c93f10bbf758decee76dea3802e84977f8c8c2e0;hb=4baefdac9c37d4300115b8e539c5781a6d78e036;hp=288f6e87470d1d9dccec1bf0796dcb0621447a53;hpb=8cdeeda1196ee7d2ad7723378ea9a4f6c5d1e83a;p=motion2.git diff --git a/server/api/authLocal/index.js b/server/api/authLocal/index.js index 288f6e8..c93f10b 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 _0xa879=['login','/forgot','/reset/:token','express','Router','./authLocal.controller','post'];(function(_0x2730da,_0x1098bd){var _0xfe9991=function(_0x2ea521){while(--_0x2ea521){_0x2730da['push'](_0x2730da['shift']());}};_0xfe9991(++_0x1098bd);}(_0xa879,0x1c3));var _0x9a87=function(_0x371c9e,_0x3b80d1){_0x371c9e=_0x371c9e-0x0;var _0x3ae1b7=_0xa879[_0x371c9e];return _0x3ae1b7;};'use strict';var express=require(_0x9a87('0x0'));var router=express[_0x9a87('0x1')]();var controller=require(_0x9a87('0x2'));router[_0x9a87('0x3')]('/',controller[_0x9a87('0x4')]);router['post'](_0x9a87('0x5'),controller['forgot']);router['post'](_0x9a87('0x6'),controller['reset']);module['exports']=router; \ No newline at end of file +var _0x3d2a=['reset','post','login','/forgot','forgot','/reset/:token'];(function(_0x1132d1,_0x1a2f80){var _0x13b103=function(_0x743de8){while(--_0x743de8){_0x1132d1['push'](_0x1132d1['shift']());}};_0x13b103(++_0x1a2f80);}(_0x3d2a,0x139));var _0xa3d2=function(_0x493a51,_0x45128c){_0x493a51=_0x493a51-0x0;var _0xc85756=_0x3d2a[_0x493a51];return _0xc85756;};'use strict';var express=require('express');var router=express['Router']();var controller=require('./authLocal.controller');router[_0xa3d2('0x0')]('/',controller[_0xa3d2('0x1')]);router[_0xa3d2('0x0')](_0xa3d2('0x2'),controller[_0xa3d2('0x3')]);router['post'](_0xa3d2('0x4'),controller[_0xa3d2('0x5')]);module['exports']=router; \ No newline at end of file