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 938091e commit aaeef69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.intellij.openapi.extensions.ExtensionPointName

object Extensions {

private const val EXTENSION_POINT_NAME = "com.github.nayacco.restfulhelper.requestMappingContributor"
private const val EXTENSION_POINT_NAME = "com.github.goldsubmarine.restfulhelper.requestMappingContributor"
private val extensionPoints = ExtensionPointName.create<ChooseByNameContributor>(EXTENSION_POINT_NAME)

fun getExtensions(): List<ChooseByNameContributor> {
Expand Down

0 comments on commit aaeef69

Please sign in to comment.