Skip to content

Commit

Permalink
fix Missing extension point
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayacco authored Nov 19, 2024
1 parent 8497eda commit 938091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/pluginKotlin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<idea-plugin require-restart="false">
<extensions defaultExtensionNs="com.github.nayacco.restfulhelper">
<extensions defaultExtensionNs="com.github.goldsubmarine.restfulhelper">
<requestMappingContributor implementation="com.github.nayacco.restfulhelper.contributor.KotlinRequestMappingContributor"/>
</extensions>
</idea-plugin>

0 comments on commit 938091e

Please sign in to comment.