Built motion from commit 06eb8eb0.|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 _0xe493=['exports','express','Router'];(function(_0x24bbec,_0x3b2d63){var _0x478a94=function(_0x446aea){while(--_0x446aea){_0x24bbec['push'](_0x24bbec['shift']());}};_0x478a94(++_0x3b2d63);}(_0xe493,0xb5));var _0x3e49=function(_0xdcc555,_0x4bee14){_0xdcc555=_0xdcc555-0x0;var _0x112a06=_0xe493[_0xdcc555];return _0x112a06;};'use strict';var express=require(_0x3e49('0x0'));var router=express[_0x3e49('0x1')]();var controller=require('./authActiveDirectory.controller');router['post']('/',controller['login']);module[_0x3e49('0x2')]=router;