fb2e28141c0d1ae79712fc841532e28fbafabb14
[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 _0x4341=['Router','./authActiveDirectory.controller','login'];(function(_0x55fee3,_0x331b50){var _0x27d870=function(_0x5e0974){while(--_0x5e0974){_0x55fee3['push'](_0x55fee3['shift']());}};_0x27d870(++_0x331b50);}(_0x4341,0xd2));var _0x1434=function(_0x588bf2,_0xe6fb8){_0x588bf2=_0x588bf2-0x0;var _0x571db3=_0x4341[_0x588bf2];return _0x571db3;};'use strict';var express=require('express');var router=express[_0x1434('0x0')]();var controller=require(_0x1434('0x1'));router['post']('/',controller[_0x1434('0x2')]);module['exports']=router;