b1766fe40143f33ef0fa959e104a6ebf86b9fdc8
[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 _0x469e=['express','Router','./authLocal.controller','post','login','/forgot','forgot','reset','exports'];(function(_0x2c7618,_0x26be9c){var _0x5ce3f0=function(_0x1837b3){while(--_0x1837b3){_0x2c7618['push'](_0x2c7618['shift']());}};_0x5ce3f0(++_0x26be9c);}(_0x469e,0xbd));var _0xe469=function(_0x3d5f84,_0x569548){_0x3d5f84=_0x3d5f84-0x0;var _0x1981b8=_0x469e[_0x3d5f84];return _0x1981b8;};'use strict';var express=require(_0xe469('0x0'));var router=express[_0xe469('0x1')]();var controller=require(_0xe469('0x2'));router[_0xe469('0x3')]('/',controller[_0xe469('0x4')]);router['post'](_0xe469('0x5'),controller[_0xe469('0x6')]);router['post']('/reset/:token',controller[_0xe469('0x7')]);module[_0xe469('0x8')]=router;