Built motion from commit 9d1906d1.|2.5.40
[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 _0xc2db=['/forgot','forgot','/reset/:token','exports','Router','./authLocal.controller','post','login'];(function(_0x16cb14,_0x5c4eb4){var _0x428f16=function(_0x16327f){while(--_0x16327f){_0x16cb14['push'](_0x16cb14['shift']());}};_0x428f16(++_0x5c4eb4);}(_0xc2db,0x1c4));var _0xbc2d=function(_0x432682,_0x253044){_0x432682=_0x432682-0x0;var _0x463d05=_0xc2db[_0x432682];return _0x463d05;};'use strict';var express=require('express');var router=express[_0xbc2d('0x0')]();var controller=require(_0xbc2d('0x1'));router[_0xbc2d('0x2')]('/',controller[_0xbc2d('0x3')]);router['post'](_0xbc2d('0x4'),controller[_0xbc2d('0x5')]);router['post'](_0xbc2d('0x6'),controller['reset']);module[_0xbc2d('0x7')]=router;