Built motion from commit 97f2f211.|2.6.31
[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 _0x0d2e=['exports','Router','./authLocal.controller','post','login','/reset/:token'];(function(_0x583494,_0x50c157){var _0x261290=function(_0x39a2a5){while(--_0x39a2a5){_0x583494['push'](_0x583494['shift']());}};_0x261290(++_0x50c157);}(_0x0d2e,0x1d5));var _0xe0d2=function(_0x53bfcf,_0x24937a){_0x53bfcf=_0x53bfcf-0x0;var _0x2825e4=_0x0d2e[_0x53bfcf];return _0x2825e4;};'use strict';var express=require('express');var router=express[_0xe0d2('0x0')]();var controller=require(_0xe0d2('0x1'));router[_0xe0d2('0x2')]('/',controller[_0xe0d2('0x3')]);router[_0xe0d2('0x2')]('/forgot',controller['forgot']);router['post'](_0xe0d2('0x4'),controller['reset']);module[_0xe0d2('0x5')]=router;