9687aa9e81b8b940ade5cef79f4ea5e212b5236f
[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 _0x34f7=['Router','./authActiveDirectory.controller','post','login','express'];(function(_0x3f49a9,_0x108d68){var _0x56e82f=function(_0x20044a){while(--_0x20044a){_0x3f49a9['push'](_0x3f49a9['shift']());}};_0x56e82f(++_0x108d68);}(_0x34f7,0x1c6));var _0x734f=function(_0x30c00c,_0x1b2469){_0x30c00c=_0x30c00c-0x0;var _0x674a6a=_0x34f7[_0x30c00c];return _0x674a6a;};'use strict';var express=require(_0x734f('0x0'));var router=express[_0x734f('0x1')]();var controller=require(_0x734f('0x2'));router[_0x734f('0x3')]('/',controller[_0x734f('0x4')]);module['exports']=router;