9df1974383e0388a465738aa82d707b6ef739564
[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 _0x1edb=['post','login','exports','express','Router'];(function(_0x7dc7a8,_0x56a053){var _0x37f727=function(_0x2ad3cf){while(--_0x2ad3cf){_0x7dc7a8['push'](_0x7dc7a8['shift']());}};_0x37f727(++_0x56a053);}(_0x1edb,0xee));var _0xb1ed=function(_0x5766a5,_0x54d7dd){_0x5766a5=_0x5766a5-0x0;var _0x3dcc88=_0x1edb[_0x5766a5];return _0x3dcc88;};'use strict';var express=require(_0xb1ed('0x0'));var router=express[_0xb1ed('0x1')]();var controller=require('./authActiveDirectory.controller');router[_0xb1ed('0x2')]('/',controller[_0xb1ed('0x3')]);module[_0xb1ed('0x4')]=router;