2e93462193fa0eb5067a8f391ac687709f871f7e
[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 _0xac14=['Router','post','login','exports','express'];(function(_0xa227ea,_0x447a60){var _0x9e67a8=function(_0x44d906){while(--_0x44d906){_0xa227ea['push'](_0xa227ea['shift']());}};_0x9e67a8(++_0x447a60);}(_0xac14,0x194));var _0x4ac1=function(_0x5a4070,_0x3cde9d){_0x5a4070=_0x5a4070-0x0;var _0x170e46=_0xac14[_0x5a4070];return _0x170e46;};'use strict';var express=require(_0x4ac1('0x0'));var router=express[_0x4ac1('0x1')]();var controller=require('./authActiveDirectory.controller');router[_0x4ac1('0x2')]('/',controller[_0x4ac1('0x3')]);module[_0x4ac1('0x4')]=router;