Built motion from commit 4ffc18b1.|2.6.31
[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 _0x5d31=['express','Router','post','login','/forgot','forgot','/reset/:token','reset','exports'];(function(_0x2619a0,_0x4ab479){var _0x94f5f8=function(_0x1866b6){while(--_0x1866b6){_0x2619a0['push'](_0x2619a0['shift']());}};_0x94f5f8(++_0x4ab479);}(_0x5d31,0x120));var _0x15d3=function(_0x12e682,_0x33f3a3){_0x12e682=_0x12e682-0x0;var _0x26e600=_0x5d31[_0x12e682];return _0x26e600;};'use strict';var express=require(_0x15d3('0x0'));var router=express[_0x15d3('0x1')]();var controller=require('./authLocal.controller');router[_0x15d3('0x2')]('/',controller[_0x15d3('0x3')]);router[_0x15d3('0x2')](_0x15d3('0x4'),controller[_0x15d3('0x5')]);router[_0x15d3('0x2')](_0x15d3('0x6'),controller[_0x15d3('0x7')]);module[_0x15d3('0x8')]=router;