Skip to content

Commit b42ed7e

Browse files
lingsamuelzhuoyang
andauthored
fix: plugin_metadata not populating to the correct etcd key (#2012) (#2021)
* fix: plugin_metadata not populating to the correct etcd key * fix url also (cherry picked from commit 4d004e1) Co-authored-by: zhuoyang <zhuoyang98@gmail.com>
1 parent a07a30b commit b42ed7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/apisix/plugin_metadata.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ type pluginMetadataMem struct {
178178

179179
func newPluginMetadataMem(c *cluster) PluginMetadata {
180180
return &pluginMetadataMem{
181-
url: c.baseURL + "/plugin_metadatas",
182-
resource: "plugin_metadatas",
181+
url: c.baseURL + "/plugin_metadata",
182+
resource: "plugin_metadata",
183183
cluster: c,
184184
}
185185
}

0 commit comments

Comments
 (0)