Built motion from commit (unavailable).|2.5.11
[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 _0x9973=['express','./authLocal.controller','login','/forgot','forgot','post','reset','exports'];(function(_0x53e4d4,_0x23432e){var _0x1a02f6=function(_0x46b2ef){while(--_0x46b2ef){_0x53e4d4['push'](_0x53e4d4['shift']());}};_0x1a02f6(++_0x23432e);}(_0x9973,0x130));var _0x3997=function(_0x122ef9,_0x451d2a){_0x122ef9=_0x122ef9-0x0;var _0x42fba0=_0x9973[_0x122ef9];return _0x42fba0;};'use strict';var express=require(_0x3997('0x0'));var router=express['Router']();var controller=require(_0x3997('0x1'));router['post']('/',controller[_0x3997('0x2')]);router['post'](_0x3997('0x3'),controller[_0x3997('0x4')]);router[_0x3997('0x5')]('/reset/:token',controller[_0x3997('0x6')]);module[_0x3997('0x7')]=router;