Built motion from commit e493b9a4954b50a8ee6d0034ba3601cd210d989d. Version 3.0.0...
[motion-next.git] / server / api / cloudProvider / index.js
1 'use strict';const a144_0x1a4c=['express','349229wSuJcj','3EbpaPZ','Router','show','256537iVmaRs','4slSokT','108939yRTarB','exports','1778093EAvFUS','delete','287289oPeDkV','create','@components/auth/service','1NEeGiH','/:id','./cloudProvider.controller','isAuthenticated','589564HdgXLD','update','index','195107jEdCXy','get'];const a144_0x7086=function(_0x3e0d2d,_0x20885d){_0x3e0d2d=_0x3e0d2d-0x65;let _0x1a4c0f=a144_0x1a4c[_0x3e0d2d];return _0x1a4c0f;};const a144_0x10e7af=a144_0x7086;(function(_0x375081,_0x15c9fe){const _0x3365e6=a144_0x7086;while(!![]){try{const _0x3df1d4=-parseInt(_0x3365e6(0x72))*-parseInt(_0x3365e6(0x6e))+-parseInt(_0x3365e6(0x76))*-parseInt(_0x3365e6(0x71))+-parseInt(_0x3365e6(0x79))*parseInt(_0x3365e6(0x67))+parseInt(_0x3365e6(0x7b))+parseInt(_0x3365e6(0x77))+parseInt(_0x3365e6(0x6b))+-parseInt(_0x3365e6(0x75));if(_0x3df1d4===_0x15c9fe)break;else _0x375081['push'](_0x375081['shift']());}catch(_0x3703b4){_0x375081['push'](_0x375081['shift']());}}}(a144_0x1a4c,0xe3e17));const express=require(a144_0x10e7af(0x70)),router=express[a144_0x10e7af(0x73)](),auth=require(a144_0x10e7af(0x66)),controller=require(a144_0x10e7af(0x69));router[a144_0x10e7af(0x6f)]('/',auth[a144_0x10e7af(0x6a)](),controller[a144_0x10e7af(0x6d)]),router[a144_0x10e7af(0x6f)](a144_0x10e7af(0x68),auth['isAuthenticated'](),controller[a144_0x10e7af(0x74)]),router['post']('/',auth[a144_0x10e7af(0x6a)](),controller[a144_0x10e7af(0x65)]),router['put']('/:id',auth[a144_0x10e7af(0x6a)](),controller[a144_0x10e7af(0x6c)]),router[a144_0x10e7af(0x7a)](a144_0x10e7af(0x68),auth[a144_0x10e7af(0x6a)](),controller['destroy']),module[a144_0x10e7af(0x78)]=router;