Skip to content

Commit

Permalink
chore: comment explaining endpoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Aug 21, 2022
1 parent b65e4cf commit 21f6e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/jitpack/jitpack-version.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const schema = Joi.object({
export default class JitPackVersion extends BaseJsonService {
static category = 'version'

// Changed endpoint to allow any groupId, custom domains included
// See: https://github.com/badges/shields/issues/8312
static route = {
base: 'jitpack/version',
pattern: ':groupId/:artifactId',
Expand Down

0 comments on commit 21f6e68

Please sign in to comment.