Built motion from commit f3da74b7.|2.5.36
[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 _0x8df7=['login','forgot','/reset/:token','reset','exports','express','Router','./authLocal.controller','post'];(function(_0x1d128e,_0x2c87de){var _0x3d5236=function(_0x2374ff){while(--_0x2374ff){_0x1d128e['push'](_0x1d128e['shift']());}};_0x3d5236(++_0x2c87de);}(_0x8df7,0x1ac));var _0x78df=function(_0x3eb470,_0x59b847){_0x3eb470=_0x3eb470-0x0;var _0x419806=_0x8df7[_0x3eb470];return _0x419806;};'use strict';var express=require(_0x78df('0x0'));var router=express[_0x78df('0x1')]();var controller=require(_0x78df('0x2'));router[_0x78df('0x3')]('/',controller[_0x78df('0x4')]);router[_0x78df('0x3')]('/forgot',controller[_0x78df('0x5')]);router[_0x78df('0x3')](_0x78df('0x6'),controller[_0x78df('0x7')]);module[_0x78df('0x8')]=router;