Built motion from commit d9028345.|2.5.43
[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 _0x58f2=['exports','express','./authActiveDirectory.controller','post','login'];(function(_0x76ee7d,_0x57a7d1){var _0x2d5c11=function(_0x574bce){while(--_0x574bce){_0x76ee7d['push'](_0x76ee7d['shift']());}};_0x2d5c11(++_0x57a7d1);}(_0x58f2,0x178));var _0x258f=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x58f2[_0x3dd15e];return _0x231fd0;};'use strict';var express=require(_0x258f('0x0'));var router=express['Router']();var controller=require(_0x258f('0x1'));router[_0x258f('0x2')]('/',controller[_0x258f('0x3')]);module[_0x258f('0x4')]=router;