Built motion from commit 25580385.|2.6.2
[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 _0x2780=['post','login','Router','./authActiveDirectory.controller'];(function(_0x4081e9,_0x157feb){var _0x35cf25=function(_0x3952e0){while(--_0x3952e0){_0x4081e9['push'](_0x4081e9['shift']());}};_0x35cf25(++_0x157feb);}(_0x2780,0x1c2));var _0x0278=function(_0x1bf201,_0x55e400){_0x1bf201=_0x1bf201-0x0;var _0xbd43ac=_0x2780[_0x1bf201];return _0xbd43ac;};'use strict';var express=require('express');var router=express[_0x0278('0x0')]();var controller=require(_0x0278('0x1'));router[_0x0278('0x2')]('/',controller[_0x0278('0x3')]);module['exports']=router;