23da858133fa756024b5c8a432b1df7327443640
[motion2.git] / server / api / version / 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 _0x1575=['canUpdate','reset','/pull','pull','/restart','restart','/migrations','migrations','exports','express','Router','../../components/auth/service','./version.controller','get','index','isAuthenticated','fetch'];(function(_0x3bf83f,_0x181cac){var _0x22c4a9=function(_0xb3ff0d){while(--_0xb3ff0d){_0x3bf83f['push'](_0x3bf83f['shift']());}};_0x22c4a9(++_0x181cac);}(_0x1575,0x190));var _0x5157=function(_0xa46cc6,_0x2ca117){_0xa46cc6=_0xa46cc6-0x0;var _0x1a8888=_0x1575[_0xa46cc6];return _0x1a8888;};'use strict';var express=require(_0x5157('0x0'));var router=express[_0x5157('0x1')]();var auth=require(_0x5157('0x2'));var controller=require(_0x5157('0x3'));router[_0x5157('0x4')]('/',controller[_0x5157('0x5')]);router[_0x5157('0x4')]('/fetch',auth[_0x5157('0x6')](),auth['canUpdate'](),controller[_0x5157('0x7')]);router[_0x5157('0x4')]('/reset',auth[_0x5157('0x6')](),auth[_0x5157('0x8')](),controller[_0x5157('0x9')]);router[_0x5157('0x4')](_0x5157('0xa'),auth[_0x5157('0x6')](),auth[_0x5157('0x8')](),controller[_0x5157('0xb')]);router['get'](_0x5157('0xc'),auth[_0x5157('0x6')](),controller[_0x5157('0xd')]);router['get'](_0x5157('0xe'),controller[_0x5157('0xf')]);module[_0x5157('0x10')]=router;