Built motion from commit (unavailable).|2.4.17
[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 _0x7e9a=['reset','exports','express','post','login','/forgot','forgot','/reset/:token'];(function(_0x1e03db,_0x231969){var _0x32ac9f=function(_0x448a60){while(--_0x448a60){_0x1e03db['push'](_0x1e03db['shift']());}};_0x32ac9f(++_0x231969);}(_0x7e9a,0x16a));var _0xa7e9=function(_0x448aee,_0x32aa2e){_0x448aee=_0x448aee-0x0;var _0x5449be=_0x7e9a[_0x448aee];return _0x5449be;};'use strict';var express=require(_0xa7e9('0x0'));var router=express['Router']();var controller=require('./authLocal.controller');router[_0xa7e9('0x1')]('/',controller[_0xa7e9('0x2')]);router[_0xa7e9('0x1')](_0xa7e9('0x3'),controller[_0xa7e9('0x4')]);router[_0xa7e9('0x1')](_0xa7e9('0x5'),controller[_0xa7e9('0x6')]);module[_0xa7e9('0x7')]=router;