Explorar o código

chore: update changes

Erik Timan %!s(int64=3) %!d(string=hai) anos
pai
achega
85d3c5cfd8
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      changes/v5.0.16/fix-9824.en.md
  2. 1 0
      changes/v5.0.16/fix-9824.zh.md

+ 1 - 0
changes/v5.0.16/fix-9824.en.md

@@ -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.

+ 1 - 0
changes/v5.0.16/fix-9824.zh.md

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