Built motion from commit f738f9592c388b9f9eb3948f400a5c9d717a3561. Version 3.0.0...
[motion-next.git] / server / api / pause / index.js
1 const a610_0x3d47=['exports','get','put','/:id','show','../../components/auth/service','isAuthenticated','express','destroy','Router','post','./pause.controller','create'];(function(_0x14d822,_0x586cf3){const _0x3d47e5=function(_0x3513c8){while(--_0x3513c8){_0x14d822['push'](_0x14d822['shift']());}};_0x3d47e5(++_0x586cf3);}(a610_0x3d47,0xd2));const a610_0x3513=function(_0x14d822,_0x586cf3){_0x14d822=_0x14d822-0x6e;let _0x3d47e5=a610_0x3d47[_0x14d822];return _0x3d47e5;};const a610_0x2cfac2=a610_0x3513;'use strict';const express=require(a610_0x2cfac2(0x73)),router=express[a610_0x2cfac2(0x75)](),auth=require(a610_0x2cfac2(0x71)),controller=require(a610_0x2cfac2(0x77));router[a610_0x2cfac2(0x7a)]('/',auth['isAuthenticated'](),controller['index']),router[a610_0x2cfac2(0x7a)](a610_0x2cfac2(0x6f),auth[a610_0x2cfac2(0x72)](),controller[a610_0x2cfac2(0x70)]),router[a610_0x2cfac2(0x76)]('/',auth[a610_0x2cfac2(0x72)](),controller[a610_0x2cfac2(0x78)]),router[a610_0x2cfac2(0x6e)](a610_0x2cfac2(0x6f),auth['isAuthenticated'](),controller['update']),router['delete']('/:id',auth[a610_0x2cfac2(0x72)](),controller[a610_0x2cfac2(0x74)]),module[a610_0x2cfac2(0x79)]=router;