Built motion from commit 4fa9d4a7.|2.6.31
[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 _0xa8e8=['express','Router','login','exports'];(function(_0x5bf090,_0x3fe8f9){var _0x2d7547=function(_0x4ec4d8){while(--_0x4ec4d8){_0x5bf090['push'](_0x5bf090['shift']());}};_0x2d7547(++_0x3fe8f9);}(_0xa8e8,0x1c8));var _0x8a8e=function(_0x181fba,_0x3e23f4){_0x181fba=_0x181fba-0x0;var _0x509d8d=_0xa8e8[_0x181fba];return _0x509d8d;};'use strict';var express=require(_0x8a8e('0x0'));var router=express[_0x8a8e('0x1')]();var controller=require('./authActiveDirectory.controller');router['post']('/',controller[_0x8a8e('0x2')]);module[_0x8a8e('0x3')]=router;