14de62f60d9906ba6a2d58ed5281e180bcfdf678
[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 _0xd9f8=['login','exports','express','Router'];(function(_0x4687df,_0x12099c){var _0x32eaef=function(_0x2387db){while(--_0x2387db){_0x4687df['push'](_0x4687df['shift']());}};_0x32eaef(++_0x12099c);}(_0xd9f8,0x196));var _0x8d9f=function(_0x1514a7,_0x44fe2a){_0x1514a7=_0x1514a7-0x0;var _0x15bb08=_0xd9f8[_0x1514a7];return _0x15bb08;};'use strict';var express=require(_0x8d9f('0x0'));var router=express[_0x8d9f('0x1')]();var controller=require('./authActiveDirectory.controller');router['post']('/',controller[_0x8d9f('0x2')]);module[_0x8d9f('0x3')]=router;