a20c36073573900726d2cfa21d9e5e49f7f7cbc3
[motion-next.git] / server / api / mailSubstatus / index.js
1 const a438_0x2175=['/:id','create','index','isAuthenticated','show','update','../../components/auth/service','/describe','get','put','post','destroy','express','describe'];(function(_0x280af2,_0x2175ec){const _0x111fed=function(_0x95ed59){while(--_0x95ed59){_0x280af2['push'](_0x280af2['shift']());}};_0x111fed(++_0x2175ec);}(a438_0x2175,0xbb));const a438_0x111f=function(_0x280af2,_0x2175ec){_0x280af2=_0x280af2-0x0;let _0x111fed=a438_0x2175[_0x280af2];return _0x111fed;};const _0x233360=a438_0x111f;'use strict';const express=require(_0x233360('0x7')),router=express['Router'](),auth=require(_0x233360('0x1')),controller=require('./mailSubstatus.controller');router['get']('/',auth[_0x233360('0xc')](),controller[_0x233360('0xb')]),router[_0x233360('0x3')](_0x233360('0x2'),auth[_0x233360('0xc')](),controller[_0x233360('0x8')]),router['get'](_0x233360('0x9'),auth[_0x233360('0xc')](),controller[_0x233360('0xd')]),router[_0x233360('0x5')]('/',auth[_0x233360('0xc')](),controller[_0x233360('0xa')]),router[_0x233360('0x4')](_0x233360('0x9'),auth['isAuthenticated'](),controller[_0x233360('0x0')]),router['delete']('/:id',auth['isAuthenticated'](),controller[_0x233360('0x6')]),module['exports']=router;