545543f0810b8ff432cce5b3d3b1bcfdf58ca148
[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 _0xedc1=['login','/forgot','forgot','/reset/:token','reset','exports','Router','./authLocal.controller','post'];(function(_0x598996,_0x2670b6){var _0x427d39=function(_0x104fc7){while(--_0x104fc7){_0x598996['push'](_0x598996['shift']());}};_0x427d39(++_0x2670b6);}(_0xedc1,0x177));var _0x1edc=function(_0x2924d3,_0x43216b){_0x2924d3=_0x2924d3-0x0;var _0x4be4e4=_0xedc1[_0x2924d3];return _0x4be4e4;};'use strict';var express=require('express');var router=express[_0x1edc('0x0')]();var controller=require(_0x1edc('0x1'));router[_0x1edc('0x2')]('/',controller[_0x1edc('0x3')]);router[_0x1edc('0x2')](_0x1edc('0x4'),controller[_0x1edc('0x5')]);router[_0x1edc('0x2')](_0x1edc('0x6'),controller[_0x1edc('0x7')]);module[_0x1edc('0x8')]=router;