Skip to content

Commit

Permalink
Merge pull request #138 from ImMin5/master
Browse files Browse the repository at this point in the history
Fix typo at plugin.proto file of plugin service
  • Loading branch information
ImMin5 authored Oct 20, 2023
2 parents 650392e + 1151f46 commit 71dd3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/spaceone/api/plugin/v1/plugin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ service Plugin {

rpc get_plugin_metadata (PluginMetadataRequest) returns (PluginMetadata) {
option (google.api.http) = {
post: "/plugin/v1/plugin/get-metadata"
post: "/plugin/v1/plugin/get-plugin-metadata"
body: "*"
};
}
Expand Down

0 comments on commit 71dd3a1

Please sign in to comment.