0e300ec38a6637f3cbd5734fc6ce501571ebdcd3
[motion2.git] / server / api / authActiveDirectory / 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 _0xc441=['./authActiveDirectory.controller','post','exports','express'];(function(_0x1034b7,_0xe23e34){var _0x70d1b7=function(_0x33a7ac){while(--_0x33a7ac){_0x1034b7['push'](_0x1034b7['shift']());}};_0x70d1b7(++_0xe23e34);}(_0xc441,0x1d7));var _0x1c44=function(_0x35e885,_0x4a79cc){_0x35e885=_0x35e885-0x0;var _0x7174d=_0xc441[_0x35e885];return _0x7174d;};'use strict';var express=require(_0x1c44('0x0'));var router=express['Router']();var controller=require(_0x1c44('0x1'));router[_0x1c44('0x2')]('/',controller['login']);module[_0x1c44('0x3')]=router;