Browse Source

/status/check 不鉴权

dev_trial
巴林闲侠 2 years ago
parent
commit
40bda2ba3a
  1. 1
      code/VideoAccess-VCMP/api/config.js

1
code/VideoAccess-VCMP/api/config.js

@ -97,6 +97,7 @@ const product = {
{ p: '/status/alarm', o: 'POST' },
{ p: '/camera/unique/all', o: 'GET' },
{ p: '/status/alarm/confirm', o: 'PUT' },
{ p: '/status/check', o: 'GET' },
], // 不做认证的路由,也可以使用 exclude: ["*"] 跳过所有路由
redis: {
host: IOTA_REDIS_SERVER_HOST,

Loading…
Cancel
Save