Built motion from commit 9d0783e6.|2.6.13
[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 _0x2c27=['./authActiveDirectory.controller','post','login','exports','Router'];(function(_0x33e5d1,_0x55e417){var _0x418fe0=function(_0x4ce8b8){while(--_0x4ce8b8){_0x33e5d1['push'](_0x33e5d1['shift']());}};_0x418fe0(++_0x55e417);}(_0x2c27,0x117));var _0x72c2=function(_0x6af9c4,_0x3ac976){_0x6af9c4=_0x6af9c4-0x0;var _0x573dce=_0x2c27[_0x6af9c4];return _0x573dce;};'use strict';var express=require('express');var router=express[_0x72c2('0x0')]();var controller=require(_0x72c2('0x1'));router[_0x72c2('0x2')]('/',controller[_0x72c2('0x3')]);module[_0x72c2('0x4')]=router;