cfff8ce6affcec5aa99360bdf055536cb40e4c0c
[motion-next.git] / server / api / analyticMetric / index.js
1 const a29_0x52d6=['express','index','./analyticMetric.controller','show','get','delete','isAuthenticated','update','/:id','create','post','destroy','put'];(function(_0x45920c,_0x333694){const _0x52d61b=function(_0x20b951){while(--_0x20b951){_0x45920c['push'](_0x45920c['shift']());}};_0x52d61b(++_0x333694);}(a29_0x52d6,0xf4));const a29_0x20b9=function(_0x45920c,_0x333694){_0x45920c=_0x45920c-0x143;let _0x52d61b=a29_0x52d6[_0x45920c];return _0x52d61b;};const a29_0xaac1af=a29_0x20b9;'use strict';const express=require(a29_0xaac1af(0x146)),router=express['Router'](),auth=require('../../components/auth/service'),controller=require(a29_0xaac1af(0x148));router[a29_0xaac1af(0x14a)]('/',auth['isAuthenticated'](),controller[a29_0xaac1af(0x147)]),router[a29_0xaac1af(0x14a)](a29_0xaac1af(0x14e),auth['isAuthenticated'](),controller[a29_0xaac1af(0x149)]),router[a29_0xaac1af(0x143)]('/',auth[a29_0xaac1af(0x14c)](),controller[a29_0xaac1af(0x14f)]),router[a29_0xaac1af(0x145)](a29_0xaac1af(0x14e),auth[a29_0xaac1af(0x14c)](),controller[a29_0xaac1af(0x14d)]),router[a29_0xaac1af(0x14b)](a29_0xaac1af(0x14e),auth['isAuthenticated'](),controller[a29_0xaac1af(0x144)]),module['exports']=router;