Built motion from commit 377f727e.|2.6.28
[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 _0x9f26=['express','Router','./authActiveDirectory.controller','login','exports'];(function(_0xaa9d74,_0x5b420d){var _0x3ed693=function(_0x1fe8be){while(--_0x1fe8be){_0xaa9d74['push'](_0xaa9d74['shift']());}};_0x3ed693(++_0x5b420d);}(_0x9f26,0x195));var _0x69f2=function(_0x9d6d79,_0x20bf24){_0x9d6d79=_0x9d6d79-0x0;var _0x2107d9=_0x9f26[_0x9d6d79];return _0x2107d9;};'use strict';var express=require(_0x69f2('0x0'));var router=express[_0x69f2('0x1')]();var controller=require(_0x69f2('0x2'));router['post']('/',controller[_0x69f2('0x3')]);module[_0x69f2('0x4')]=router;