Built motion from commit b5413ace.|2.6.9
[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 _0x97ac=['express','Router','./authActiveDirectory.controller','exports'];(function(_0x3ae627,_0xd621d){var _0x5a340a=function(_0xca5c6a){while(--_0xca5c6a){_0x3ae627['push'](_0x3ae627['shift']());}};_0x5a340a(++_0xd621d);}(_0x97ac,0x1a4));var _0xc97a=function(_0x38fdf1,_0x4ec2d7){_0x38fdf1=_0x38fdf1-0x0;var _0xf6b68b=_0x97ac[_0x38fdf1];return _0xf6b68b;};'use strict';var express=require(_0xc97a('0x0'));var router=express[_0xc97a('0x1')]();var controller=require(_0xc97a('0x2'));router['post']('/',controller['login']);module[_0xc97a('0x3')]=router;