Built motion from commit ae138b72.|2.6.28
[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 _0x5384=['express','./authLocal.controller','post','login','/forgot','forgot','/reset/:token','reset','exports'];(function(_0x2190ff,_0x7e0a09){var _0x1dacaa=function(_0x4002ff){while(--_0x4002ff){_0x2190ff['push'](_0x2190ff['shift']());}};_0x1dacaa(++_0x7e0a09);}(_0x5384,0x1d4));var _0x4538=function(_0x2e2c1b,_0x94deaf){_0x2e2c1b=_0x2e2c1b-0x0;var _0x43a4f2=_0x5384[_0x2e2c1b];return _0x43a4f2;};'use strict';var express=require(_0x4538('0x0'));var router=express['Router']();var controller=require(_0x4538('0x1'));router[_0x4538('0x2')]('/',controller[_0x4538('0x3')]);router['post'](_0x4538('0x4'),controller[_0x4538('0x5')]);router[_0x4538('0x2')](_0x4538('0x6'),controller[_0x4538('0x7')]);module[_0x4538('0x8')]=router;