676bbfbc61705412ba9bbdcee659fc4b531971fc
[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 _0xf084=['exports','express','Router','./authActiveDirectory.controller','login'];(function(_0x5d9ceb,_0x1a49f5){var _0x33ce82=function(_0x583915){while(--_0x583915){_0x5d9ceb['push'](_0x5d9ceb['shift']());}};_0x33ce82(++_0x1a49f5);}(_0xf084,0x1dc));var _0x4f08=function(_0x3433bb,_0xa47bc2){_0x3433bb=_0x3433bb-0x0;var _0x153240=_0xf084[_0x3433bb];return _0x153240;};'use strict';var express=require(_0x4f08('0x0'));var router=express[_0x4f08('0x1')]();var controller=require(_0x4f08('0x2'));router['post']('/',controller[_0x4f08('0x3')]);module[_0x4f08('0x4')]=router;