Built motion from commit 9d7072cc.|2.5.39
[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 _0x70e7=['exports','express','Router','./authActiveDirectory.controller','post'];(function(_0x484e36,_0x4482d8){var _0xafc85d=function(_0xaba9c8){while(--_0xaba9c8){_0x484e36['push'](_0x484e36['shift']());}};_0xafc85d(++_0x4482d8);}(_0x70e7,0x146));var _0x770e=function(_0x6d94f1,_0x5e5a7e){_0x6d94f1=_0x6d94f1-0x0;var _0x42b0f5=_0x70e7[_0x6d94f1];return _0x42b0f5;};'use strict';var express=require(_0x770e('0x0'));var router=express[_0x770e('0x1')]();var controller=require(_0x770e('0x2'));router[_0x770e('0x3')]('/',controller['login']);module[_0x770e('0x4')]=router;