Built motion from commit 5293bb2a.|2.6.30
[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 _0x9368=['login','Router','./authActiveDirectory.controller','post'];(function(_0x8895d0,_0xbf13d2){var _0x3cf809=function(_0x38bc46){while(--_0x38bc46){_0x8895d0['push'](_0x8895d0['shift']());}};_0x3cf809(++_0xbf13d2);}(_0x9368,0x99));var _0x8936=function(_0x476bf4,_0x2a3755){_0x476bf4=_0x476bf4-0x0;var _0x788ffe=_0x9368[_0x476bf4];return _0x788ffe;};'use strict';var express=require('express');var router=express[_0x8936('0x0')]();var controller=require(_0x8936('0x1'));router[_0x8936('0x2')]('/',controller[_0x8936('0x3')]);module['exports']=router;