fix: api 路由添加

This commit is contained in:
@changcode
2022-09-20 17:20:48 +08:00
parent 8825fb6a90
commit f1de238177

View File

@@ -203,7 +203,8 @@ export const api = {
}, },
dnsInsight: { dnsInsight: {
recentEvents: '/interface/dnsInsight/recentEvents', recentEvents: '/interface/dnsInsight/recentEvents',
activeMaliciousDomain: '/interface/dnsInsight/activeMaliciousDomain' activeMaliciousDomain: '/interface/dnsInsight/activeMaliciousDomain',
totalTrafficAnalysis: '/interface/dns/overview/totalTrafficAnalysis'
} }
} }