Built motion from commit 896e83a8.|2.6.30
[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 _0x238b=['exports','express','Router','login'];(function(_0x1b4155,_0x2396c9){var _0x106480=function(_0x5769bc){while(--_0x5769bc){_0x1b4155['push'](_0x1b4155['shift']());}};_0x106480(++_0x2396c9);}(_0x238b,0xd1));var _0xb238=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0x238b[_0x14add3];return _0x4a174f;};'use strict';var express=require(_0xb238('0x0'));var router=express[_0xb238('0x1')]();var controller=require('./authActiveDirectory.controller');router['post']('/',controller[_0xb238('0x2')]);module[_0xb238('0x3')]=router;