Built motion from commit 85328c08.|2.5.50
[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 _0x2fdd=['login','exports','express','Router','./authActiveDirectory.controller','post'];(function(_0x597eb2,_0x165f5c){var _0x56875f=function(_0x5de36e){while(--_0x5de36e){_0x597eb2['push'](_0x597eb2['shift']());}};_0x56875f(++_0x165f5c);}(_0x2fdd,0x128));var _0xd2fd=function(_0x52b921,_0x6b550f){_0x52b921=_0x52b921-0x0;var _0x1cd63d=_0x2fdd[_0x52b921];return _0x1cd63d;};'use strict';var express=require(_0xd2fd('0x0'));var router=express[_0xd2fd('0x1')]();var controller=require(_0xd2fd('0x2'));router[_0xd2fd('0x3')]('/',controller[_0xd2fd('0x4')]);module[_0xd2fd('0x5')]=router;