b99c908aec856c08bf2086b2a179ea2aacc18314
[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 _0xa339=['./authLocal.controller','post','login','forgot','/reset/:token','reset','exports','express','Router'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0xa339,0x85));var _0x9a33=function(_0x1b21ff,_0x217fcb){_0x1b21ff=_0x1b21ff-0x0;var _0xd3cb46=_0xa339[_0x1b21ff];return _0xd3cb46;};'use strict';var express=require(_0x9a33('0x0'));var router=express[_0x9a33('0x1')]();var controller=require(_0x9a33('0x2'));router[_0x9a33('0x3')]('/',controller[_0x9a33('0x4')]);router[_0x9a33('0x3')]('/forgot',controller[_0x9a33('0x5')]);router[_0x9a33('0x3')](_0x9a33('0x6'),controller[_0x9a33('0x7')]);module[_0x9a33('0x8')]=router;