Built motion from commit (unavailable).|2.0.74
[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 _0xadab=['../../components/auth/service','../../components/interaction/service','../../config/environment','./jscriptyQuestionReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put','update','delete','destroy','multer','util','path','express'];(function(_0x5ddaac,_0x2697a8){var _0x2a9c58=function(_0x851032){while(--_0x851032){_0x5ddaac['push'](_0x5ddaac['shift']());}};_0x2a9c58(++_0x2697a8);}(_0xadab,0x1ca));var _0xbada=function(_0x40fbee,_0x268f74){_0x40fbee=_0x40fbee-0x0;var _0x1d93e8=_0xadab[_0x40fbee];return _0x1d93e8;};'use strict';var multer=require(_0xbada('0x0'));var util=require(_0xbada('0x1'));var path=require(_0xbada('0x2'));var express=require(_0xbada('0x3'));var router=express['Router']();var auth=require(_0xbada('0x4'));var interaction=require(_0xbada('0x5'));var config=require(_0xbada('0x6'));var controller=require(_0xbada('0x7'));router[_0xbada('0x8')]('/',auth[_0xbada('0x9')](),controller[_0xbada('0xa')]);router['get'](_0xbada('0xb'),auth[_0xbada('0x9')](),controller[_0xbada('0xc')]);router[_0xbada('0x8')](_0xbada('0xd'),auth[_0xbada('0x9')](),controller[_0xbada('0xe')]);router[_0xbada('0xf')]('/',auth['isAuthenticated'](),controller[_0xbada('0x10')]);router[_0xbada('0x11')]('/:id',auth[_0xbada('0x9')](),controller[_0xbada('0x12')]);router[_0xbada('0x13')](_0xbada('0xd'),auth[_0xbada('0x9')](),controller[_0xbada('0x14')]);module['exports']=router;