8fcb73906ea44e5d95a1ca25194d48bbd03dd74b
[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 _0x9e4c=['login','exports','express','Router','post'];(function(_0x488936,_0x7a22bc){var _0x52558d=function(_0x23cb79){while(--_0x23cb79){_0x488936['push'](_0x488936['shift']());}};_0x52558d(++_0x7a22bc);}(_0x9e4c,0x10b));var _0xc9e4=function(_0x1007ec,_0x25cfef){_0x1007ec=_0x1007ec-0x0;var _0x326146=_0x9e4c[_0x1007ec];return _0x326146;};'use strict';var express=require(_0xc9e4('0x0'));var router=express[_0xc9e4('0x1')]();var controller=require('./authActiveDirectory.controller');router[_0xc9e4('0x2')]('/',controller[_0xc9e4('0x3')]);module[_0xc9e4('0x4')]=router;