Built motion from commit (unavailable).|2.5.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 _0x992f=['Router','post','login','/forgot','forgot','/reset/:token','exports','express'];(function(_0x22477d,_0x5a36ba){var _0x1768a9=function(_0x1ce06f){while(--_0x1ce06f){_0x22477d['push'](_0x22477d['shift']());}};_0x1768a9(++_0x5a36ba);}(_0x992f,0x1b7));var _0xf992=function(_0x1487ad,_0xe1bc28){_0x1487ad=_0x1487ad-0x0;var _0x4fb957=_0x992f[_0x1487ad];return _0x4fb957;};'use strict';var express=require(_0xf992('0x0'));var router=express[_0xf992('0x1')]();var controller=require('./authLocal.controller');router[_0xf992('0x2')]('/',controller[_0xf992('0x3')]);router['post'](_0xf992('0x4'),controller[_0xf992('0x5')]);router['post'](_0xf992('0x6'),controller['reset']);module[_0xf992('0x7')]=router;