Built motion from commit 3c2ce842.|2.6.31
[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 _0x636e=['exports','express','Router','login'];(function(_0x31c6ca,_0x5b37b3){var _0x1b5088=function(_0x3c840b){while(--_0x3c840b){_0x31c6ca['push'](_0x31c6ca['shift']());}};_0x1b5088(++_0x5b37b3);}(_0x636e,0x95));var _0xe636=function(_0x5e00d9,_0x16319b){_0x5e00d9=_0x5e00d9-0x0;var _0x3f53d1=_0x636e[_0x5e00d9];return _0x3f53d1;};'use strict';var express=require(_0xe636('0x0'));var router=express[_0xe636('0x1')]();var controller=require('./authActiveDirectory.controller');router['post']('/',controller[_0xe636('0x2')]);module[_0xe636('0x3')]=router;