Built motion from commit d1eab355.|2.6.28
[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 _0x3d1e=['exports','Router','./authActiveDirectory.controller','post'];(function(_0x451d1b,_0x491c93){var _0x1fed5e=function(_0x3aebcd){while(--_0x3aebcd){_0x451d1b['push'](_0x451d1b['shift']());}};_0x1fed5e(++_0x491c93);}(_0x3d1e,0x95));var _0xe3d1=function(_0x2bc826,_0x348187){_0x2bc826=_0x2bc826-0x0;var _0x53a77e=_0x3d1e[_0x2bc826];return _0x53a77e;};'use strict';var express=require('express');var router=express[_0xe3d1('0x0')]();var controller=require(_0xe3d1('0x1'));router[_0xe3d1('0x2')]('/',controller['login']);module[_0xe3d1('0x3')]=router;