Built motion from commit ded33658aad58fc8de845a8299a9db59a88cc353. Version 3.0.0...
[motion-next.git] / server / api / variable / index.js
1 const a695_0x2afd=['get','../../components/auth/service','exports','put','index','Router','delete','./variable.controller','express','/:id','isAuthenticated','post'];(function(_0x21cff1,_0x2afddd){const _0x46b5c1=function(_0x15057e){while(--_0x15057e){_0x21cff1['push'](_0x21cff1['shift']());}};_0x46b5c1(++_0x2afddd);}(a695_0x2afd,0x12c));const a695_0x46b5=function(_0x21cff1,_0x2afddd){_0x21cff1=_0x21cff1-0x0;let _0x46b5c1=a695_0x2afd[_0x21cff1];return _0x46b5c1;};const _0x50f924=a695_0x46b5;'use strict';const express=require(_0x50f924('0x8')),router=express[_0x50f924('0x5')](),auth=require(_0x50f924('0x1')),controller=require(_0x50f924('0x7'));router[_0x50f924('0x0')]('/',auth[_0x50f924('0xa')](),controller[_0x50f924('0x4')]),router[_0x50f924('0x0')](_0x50f924('0x9'),auth[_0x50f924('0xa')](),controller['show']),router[_0x50f924('0xb')]('/',auth[_0x50f924('0xa')](),controller['create']),router[_0x50f924('0x3')](_0x50f924('0x9'),auth['isAuthenticated'](),controller['update']),router[_0x50f924('0x6')](_0x50f924('0x9'),auth[_0x50f924('0xa')](),controller['destroy']),module[_0x50f924('0x2')]=router;