Built motion from commit a61a4a20.|2.5.46
[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 _0x8c90=['login','/forgot','forgot','/reset/:token','reset','express','Router','./authLocal.controller'];(function(_0x3bc7e9,_0x1971bc){var _0x47fdf1=function(_0x6438b9){while(--_0x6438b9){_0x3bc7e9['push'](_0x3bc7e9['shift']());}};_0x47fdf1(++_0x1971bc);}(_0x8c90,0x75));var _0x08c9=function(_0x29b609,_0x19d388){_0x29b609=_0x29b609-0x0;var _0x54c952=_0x8c90[_0x29b609];return _0x54c952;};'use strict';var express=require(_0x08c9('0x0'));var router=express[_0x08c9('0x1')]();var controller=require(_0x08c9('0x2'));router['post']('/',controller[_0x08c9('0x3')]);router['post'](_0x08c9('0x4'),controller[_0x08c9('0x5')]);router['post'](_0x08c9('0x6'),controller[_0x08c9('0x7')]);module['exports']=router;