Built motion from commit b5413ace.|2.6.9
[motion2.git] / server / api / authLocal / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 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;