970ab73c3c0aee6af948675c9922f95ccda7e363
[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 _0x4d87=['exports','express','./authActiveDirectory.controller'];(function(_0x561f25,_0x2d95c1){var _0x150e4c=function(_0x266e99){while(--_0x266e99){_0x561f25['push'](_0x561f25['shift']());}};_0x150e4c(++_0x2d95c1);}(_0x4d87,0xeb));var _0x74d8=function(_0x282ba1,_0x5ce88a){_0x282ba1=_0x282ba1-0x0;var _0x2f3e20=_0x4d87[_0x282ba1];return _0x2f3e20;};'use strict';var express=require(_0x74d8('0x0'));var router=express['Router']();var controller=require(_0x74d8('0x1'));router['post']('/',controller['login']);module[_0x74d8('0x2')]=router;