chore: update changes

This commit is contained in:
Erik Timan 2023-01-20 14:42:08 +01:00
parent 33e011aff5
commit 85d3c5cfd8
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
The `topics/{topic}` API endpoint would return `500 - Internal Error` if a topic had multiple routes. This is fixed by returning a list of routes.

View File

@ -0,0 +1 @@
修复当存在多个路由信息时topics/{topic} 将会返回 500 - Internal Error 的问题,现在将会正确的返回路由信息列表。