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 _0xe7c7=['/reset/:token','reset','Router','./authLocal.controller','post','login','/forgot','forgot'];(function(_0x30f5bb,_0x4db4bd){var _0x1cfc00=function(_0x20f833){while(--_0x20f833){_0x30f5bb['push'](_0x30f5bb['shift']());}};_0x1cfc00(++_0x4db4bd);}(_0xe7c7,0x16a));var _0x7e7c=function(_0x1589dd,_0x2b9d22){_0x1589dd=_0x1589dd-0x0;var _0x1bddd1=_0xe7c7[_0x1589dd];return _0x1bddd1;};'use strict';var express=require('express');var router=express[_0x7e7c('0x0')]();var controller=require(_0x7e7c('0x1'));router[_0x7e7c('0x2')]('/',controller[_0x7e7c('0x3')]);router[_0x7e7c('0x2')](_0x7e7c('0x4'),controller[_0x7e7c('0x5')]);router['post'](_0x7e7c('0x6'),controller[_0x7e7c('0x7')]);module['exports']=router;