Built motion from commit 3e059bc2.|2.5.32
[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 _0x0306=['login','/forgot','/reset/:token','reset','exports','express','./authLocal.controller','post'];(function(_0x42978c,_0x557a77){var _0x4b9007=function(_0x45efe2){while(--_0x45efe2){_0x42978c['push'](_0x42978c['shift']());}};_0x4b9007(++_0x557a77);}(_0x0306,0x75));var _0x6030=function(_0x2e77d7,_0x11d2ca){_0x2e77d7=_0x2e77d7-0x0;var _0x3b06ef=_0x0306[_0x2e77d7];return _0x3b06ef;};'use strict';var express=require(_0x6030('0x0'));var router=express['Router']();var controller=require(_0x6030('0x1'));router[_0x6030('0x2')]('/',controller[_0x6030('0x3')]);router['post'](_0x6030('0x4'),controller['forgot']);router['post'](_0x6030('0x5'),controller[_0x6030('0x6')]);module[_0x6030('0x7')]=router;