Built motion from commit da24aabd.|2.6.20
[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 _0xb28a=['exports','express','Router','post','login'];(function(_0x38680b,_0x39c732){var _0x239598=function(_0x782464){while(--_0x782464){_0x38680b['push'](_0x38680b['shift']());}};_0x239598(++_0x39c732);}(_0xb28a,0x1b9));var _0xab28=function(_0x33e233,_0x31495f){_0x33e233=_0x33e233-0x0;var _0x689d90=_0xb28a[_0x33e233];return _0x689d90;};'use strict';var express=require(_0xab28('0x0'));var router=express[_0xab28('0x1')]();var controller=require('./authActiveDirectory.controller');router[_0xab28('0x2')]('/',controller[_0xab28('0x3')]);module[_0xab28('0x4')]=router;