Built motion from commit c116dc8b.|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 _0xf948=['login','/forgot','forgot','reset','exports','express','./authLocal.controller','post'];(function(_0x5745d2,_0x536b58){var _0xd6df54=function(_0xfc4bad){while(--_0xfc4bad){_0x5745d2['push'](_0x5745d2['shift']());}};_0xd6df54(++_0x536b58);}(_0xf948,0x105));var _0x8f94=function(_0x48c7fe,_0xf9fd9d){_0x48c7fe=_0x48c7fe-0x0;var _0x11b768=_0xf948[_0x48c7fe];return _0x11b768;};'use strict';var express=require(_0x8f94('0x0'));var router=express['Router']();var controller=require(_0x8f94('0x1'));router[_0x8f94('0x2')]('/',controller[_0x8f94('0x3')]);router[_0x8f94('0x2')](_0x8f94('0x4'),controller[_0x8f94('0x5')]);router[_0x8f94('0x2')]('/reset/:token',controller[_0x8f94('0x6')]);module[_0x8f94('0x7')]=router;