Built motion from commit 9d1906d1.|2.5.40
[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 _0x809c=['login','exports','./authActiveDirectory.controller'];(function(_0x44da1e,_0x19dd10){var _0x230b02=function(_0x4b449c){while(--_0x4b449c){_0x44da1e['push'](_0x44da1e['shift']());}};_0x230b02(++_0x19dd10);}(_0x809c,0xad));var _0xc809=function(_0x835e22,_0x298ff7){_0x835e22=_0x835e22-0x0;var _0x57d03c=_0x809c[_0x835e22];return _0x57d03c;};'use strict';var express=require('express');var router=express['Router']();var controller=require(_0xc809('0x0'));router['post']('/',controller[_0xc809('0x1')]);module[_0xc809('0x2')]=router;