93733901355f5aaa89182551a8613d3cd13e9b37
[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 _0x384d=['exports','express','./authLocal.controller','login','post','/forgot','forgot','/reset/:token','reset'];(function(_0x45495a,_0x353d64){var _0xf6fb7c=function(_0x499820){while(--_0x499820){_0x45495a['push'](_0x45495a['shift']());}};_0xf6fb7c(++_0x353d64);}(_0x384d,0x7f));var _0xd384=function(_0xc63d96,_0x4bea6f){_0xc63d96=_0xc63d96-0x0;var _0xefcbf0=_0x384d[_0xc63d96];return _0xefcbf0;};'use strict';var express=require(_0xd384('0x0'));var router=express['Router']();var controller=require(_0xd384('0x1'));router['post']('/',controller[_0xd384('0x2')]);router[_0xd384('0x3')](_0xd384('0x4'),controller[_0xd384('0x5')]);router[_0xd384('0x3')](_0xd384('0x6'),controller[_0xd384('0x7')]);module[_0xd384('0x8')]=router;