bda4c28e66495958e1e89fa0c51c2283ce94ee3a
[motion2.git] / server / api / jscriptyQuestionReport / 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 _0x2b33=['post','put','update','delete','destroy','exports','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./jscriptyQuestionReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show'];(function(_0x371fba,_0x36dbfe){var _0x429dbc=function(_0x55b31d){while(--_0x55b31d){_0x371fba['push'](_0x371fba['shift']());}};_0x429dbc(++_0x36dbfe);}(_0x2b33,0x1d4));var _0x32b3=function(_0x75eb73,_0x21748b){_0x75eb73=_0x75eb73-0x0;var _0x2f6ab1=_0x2b33[_0x75eb73];return _0x2f6ab1;};'use strict';var multer=require(_0x32b3('0x0'));var util=require(_0x32b3('0x1'));var path=require('path');var timeout=require(_0x32b3('0x2'));var express=require(_0x32b3('0x3'));var router=express[_0x32b3('0x4')]();var auth=require(_0x32b3('0x5'));var interaction=require(_0x32b3('0x6'));var config=require(_0x32b3('0x7'));var controller=require(_0x32b3('0x8'));router[_0x32b3('0x9')]('/',auth[_0x32b3('0xa')](),controller[_0x32b3('0xb')]);router['get'](_0x32b3('0xc'),auth[_0x32b3('0xa')](),controller[_0x32b3('0xd')]);router[_0x32b3('0x9')](_0x32b3('0xe'),auth[_0x32b3('0xa')](),controller[_0x32b3('0xf')]);router[_0x32b3('0x10')]('/',auth[_0x32b3('0xa')](),controller['create']);router[_0x32b3('0x11')](_0x32b3('0xe'),auth[_0x32b3('0xa')](),controller[_0x32b3('0x12')]);router[_0x32b3('0x13')](_0x32b3('0xe'),auth[_0x32b3('0xa')](),controller[_0x32b3('0x14')]);module[_0x32b3('0x15')]=router;