38cbb906289948900d1237b9dbe782bc29447480
[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 _0x1f81=['exports','express','Router','post','login'];(function(_0x3e05a2,_0x2fd92d){var _0x54d611=function(_0x1c04b7){while(--_0x1c04b7){_0x3e05a2['push'](_0x3e05a2['shift']());}};_0x54d611(++_0x2fd92d);}(_0x1f81,0xc4));var _0x11f8=function(_0x2fc012,_0x503e5b){_0x2fc012=_0x2fc012-0x0;var _0x2891f9=_0x1f81[_0x2fc012];return _0x2891f9;};'use strict';var express=require(_0x11f8('0x0'));var router=express[_0x11f8('0x1')]();var controller=require('./authActiveDirectory.controller');router[_0x11f8('0x2')]('/',controller[_0x11f8('0x3')]);module[_0x11f8('0x4')]=router;