3a7b2f40d4ec1125f862b4d4818c9ba3e52fec91
[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 _0xd075=['./authActiveDirectory.controller','login','exports'];(function(_0xf79582,_0x3d872a){var _0x2b7049=function(_0x46bcdc){while(--_0x46bcdc){_0xf79582['push'](_0xf79582['shift']());}};_0x2b7049(++_0x3d872a);}(_0xd075,0xbd));var _0x5d07=function(_0x463484,_0x22531f){_0x463484=_0x463484-0x0;var _0x477304=_0xd075[_0x463484];return _0x477304;};'use strict';var express=require('express');var router=express['Router']();var controller=require(_0x5d07('0x0'));router['post']('/',controller[_0x5d07('0x1')]);module[_0x5d07('0x2')]=router;