Built motion from commit 3c2ce842.|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 _0x5b3f=['express','./authActiveDirectory.controller','post'];(function(_0x167fbf,_0x58d638){var _0xfbf538=function(_0xb63552){while(--_0xb63552){_0x167fbf['push'](_0x167fbf['shift']());}};_0xfbf538(++_0x58d638);}(_0x5b3f,0x17d));var _0xf5b3=function(_0x108d52,_0x261d9a){_0x108d52=_0x108d52-0x0;var _0x59b7cf=_0x5b3f[_0x108d52];return _0x59b7cf;};'use strict';var express=require(_0xf5b3('0x0'));var router=express['Router']();var controller=require(_0xf5b3('0x1'));router[_0xf5b3('0x2')]('/',controller['login']);module['exports']=router;