f0466025723de71c89d9b701bdbdde2b47615621
[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 _0x9061=['exports','express','Router','./authActiveDirectory.controller'];(function(_0x32ca20,_0x4349c4){var _0x2de3a4=function(_0x59a6b7){while(--_0x59a6b7){_0x32ca20['push'](_0x32ca20['shift']());}};_0x2de3a4(++_0x4349c4);}(_0x9061,0x1b5));var _0x1906=function(_0x25b424,_0x7a2eee){_0x25b424=_0x25b424-0x0;var _0x35a5cf=_0x9061[_0x25b424];return _0x35a5cf;};'use strict';var express=require(_0x1906('0x0'));var router=express[_0x1906('0x1')]();var controller=require(_0x1906('0x2'));router['post']('/',controller['login']);module[_0x1906('0x3')]=router;