Built motion from commit (unavailable).|2.5.13
[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 _0xc400=['/reset/:token','reset','express','./authLocal.controller','post','/forgot','forgot'];(function(_0x4e9628,_0x250573){var _0x27bc8c=function(_0xb3b7ae){while(--_0xb3b7ae){_0x4e9628['push'](_0x4e9628['shift']());}};_0x27bc8c(++_0x250573);}(_0xc400,0x105));var _0x0c40=function(_0x421b41,_0x4c0e8a){_0x421b41=_0x421b41-0x0;var _0x397797=_0xc400[_0x421b41];return _0x397797;};'use strict';var express=require(_0x0c40('0x0'));var router=express['Router']();var controller=require(_0x0c40('0x1'));router['post']('/',controller['login']);router[_0x0c40('0x2')](_0x0c40('0x3'),controller[_0x0c40('0x4')]);router[_0x0c40('0x2')](_0x0c40('0x5'),controller[_0x0c40('0x6')]);module['exports']=router;