Built motion from commit d5e4af8c.|2.6.23
[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 _0x8104=['express','./authActiveDirectory.controller','login','exports'];(function(_0x2f80fa,_0xef0dcb){var _0xf3687e=function(_0x340cfd){while(--_0x340cfd){_0x2f80fa['push'](_0x2f80fa['shift']());}};_0xf3687e(++_0xef0dcb);}(_0x8104,0x188));var _0x4810=function(_0x28ae21,_0x5f04ab){_0x28ae21=_0x28ae21-0x0;var _0x405fd7=_0x8104[_0x28ae21];return _0x405fd7;};'use strict';var express=require(_0x4810('0x0'));var router=express['Router']();var controller=require(_0x4810('0x1'));router['post']('/',controller[_0x4810('0x2')]);module[_0x4810('0x3')]=router;