Built motion from commit dbf3a7e2.|2.6.30
[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 _0x0df6=['forgot','/reset/:token','reset','express','Router','./authLocal.controller','post','login','/forgot'];(function(_0x1c1803,_0x2af614){var _0x2e8566=function(_0x15b929){while(--_0x15b929){_0x1c1803['push'](_0x1c1803['shift']());}};_0x2e8566(++_0x2af614);}(_0x0df6,0x8a));var _0x60df=function(_0xd57a8d,_0x4632cb){_0xd57a8d=_0xd57a8d-0x0;var _0x5c4582=_0x0df6[_0xd57a8d];return _0x5c4582;};'use strict';var express=require(_0x60df('0x0'));var router=express[_0x60df('0x1')]();var controller=require(_0x60df('0x2'));router[_0x60df('0x3')]('/',controller[_0x60df('0x4')]);router[_0x60df('0x3')](_0x60df('0x5'),controller[_0x60df('0x6')]);router[_0x60df('0x3')](_0x60df('0x7'),controller[_0x60df('0x8')]);module['exports']=router;