Built motion from commit 3c2ce842.|2.6.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 _0x9730=['./authLocal.controller','login','post','/forgot','forgot','/reset/:token','reset','exports','express','Router'];(function(_0x41f279,_0x2f5bf3){var _0x40b931=function(_0x5c9923){while(--_0x5c9923){_0x41f279['push'](_0x41f279['shift']());}};_0x40b931(++_0x2f5bf3);}(_0x9730,0x10c));var _0x0973=function(_0x20a584,_0xe384a5){_0x20a584=_0x20a584-0x0;var _0x4b41a8=_0x9730[_0x20a584];return _0x4b41a8;};'use strict';var express=require(_0x0973('0x0'));var router=express[_0x0973('0x1')]();var controller=require(_0x0973('0x2'));router['post']('/',controller[_0x0973('0x3')]);router[_0x0973('0x4')](_0x0973('0x5'),controller[_0x0973('0x6')]);router[_0x0973('0x4')](_0x0973('0x7'),controller[_0x0973('0x8')]);module[_0x0973('0x9')]=router;