Built motion from commit 994c64e1.|2.6.1
[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 _0x919d=['login','exports'];(function(_0x2b7764,_0x2606f1){var _0x848dcb=function(_0x1ae85b){while(--_0x1ae85b){_0x2b7764['push'](_0x2b7764['shift']());}};_0x848dcb(++_0x2606f1);}(_0x919d,0x94));var _0xd919=function(_0x2a6e62,_0xa82f7d){_0x2a6e62=_0x2a6e62-0x0;var _0x2e0cf9=_0x919d[_0x2a6e62];return _0x2e0cf9;};'use strict';var express=require('express');var router=express['Router']();var controller=require('./authActiveDirectory.controller');router['post']('/',controller[_0xd919('0x0')]);module[_0xd919('0x1')]=router;