b89034dce48fcf92f5334aebcbf699b4d903fa62
[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 _0xfaa8=['express','Router','./authActiveDirectory.controller','login'];(function(_0x3f5294,_0x1c2543){var _0x2b552a=function(_0x9edf9a){while(--_0x9edf9a){_0x3f5294['push'](_0x3f5294['shift']());}};_0x2b552a(++_0x1c2543);}(_0xfaa8,0xa4));var _0x8faa=function(_0x55e272,_0x3a0dc5){_0x55e272=_0x55e272-0x0;var _0x2ee59b=_0xfaa8[_0x55e272];return _0x2ee59b;};'use strict';var express=require(_0x8faa('0x0'));var router=express[_0x8faa('0x1')]();var controller=require(_0x8faa('0x2'));router['post']('/',controller[_0x8faa('0x3')]);module['exports']=router;