00f5985aeb3e1b38c2e8e54a8bc379beb2a0a909
[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 _0x92fb=['Router','./version.controller','index','get','/fetch','canUpdate','fetch','isAuthenticated','reset','/pull','pull','/restart','restart','migrations','exports'];(function(_0x370a36,_0x58dcac){var _0x3a869a=function(_0x6a8779){while(--_0x6a8779){_0x370a36['push'](_0x370a36['shift']());}};_0x3a869a(++_0x58dcac);}(_0x92fb,0x1b3));var _0xb92f=function(_0x5f3de3,_0x40f0f5){_0x5f3de3=_0x5f3de3-0x0;var _0x287e0d=_0x92fb[_0x5f3de3];return _0x287e0d;};'use strict';var express=require('express');var router=express[_0xb92f('0x0')]();var auth=require('../../components/auth/service');var controller=require(_0xb92f('0x1'));router['get']('/',controller[_0xb92f('0x2')]);router[_0xb92f('0x3')](_0xb92f('0x4'),auth['isAuthenticated'](),auth[_0xb92f('0x5')](),controller[_0xb92f('0x6')]);router[_0xb92f('0x3')]('/reset',auth[_0xb92f('0x7')](),auth[_0xb92f('0x5')](),controller[_0xb92f('0x8')]);router['get'](_0xb92f('0x9'),auth[_0xb92f('0x7')](),auth['canUpdate'](),controller[_0xb92f('0xa')]);router['get'](_0xb92f('0xb'),auth[_0xb92f('0x7')](),controller[_0xb92f('0xc')]);router[_0xb92f('0x3')]('/migrations',controller[_0xb92f('0xd')]);module[_0xb92f('0xe')]=router;