Built motion from commit (unavailable).|2.5.27
[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 _0xc06f=['reset','exports','express','./authLocal.controller','post','login','forgot'];(function(_0x279479,_0x44673b){var _0x4f7a36=function(_0x1d0c22){while(--_0x1d0c22){_0x279479['push'](_0x279479['shift']());}};_0x4f7a36(++_0x44673b);}(_0xc06f,0x1a6));var _0xfc06=function(_0x5bf1e4,_0xbc36eb){_0x5bf1e4=_0x5bf1e4-0x0;var _0x126392=_0xc06f[_0x5bf1e4];return _0x126392;};'use strict';var express=require(_0xfc06('0x0'));var router=express['Router']();var controller=require(_0xfc06('0x1'));router[_0xfc06('0x2')]('/',controller[_0xfc06('0x3')]);router[_0xfc06('0x2')]('/forgot',controller[_0xfc06('0x4')]);router[_0xfc06('0x2')]('/reset/:token',controller[_0xfc06('0x5')]);module[_0xfc06('0x6')]=router;