Example: Canonicalize urlPattern to pattern (#2341)
Close #2334 To avoid merge conflicts, I've deferred removing the aliasing logic in `prepareExamples`. That whole function will be refactored momentarily, and there's also #2339 open.
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = class Bitrise extends LegacyService {
|
||||
{
|
||||
title: 'Bitrise',
|
||||
previewUrl: 'cde737473028420d/master?token=GCIdEzacE4GW32jLVrZb7A',
|
||||
urlPattern: ':app-id/:branch?token=:app-status-badge-token',
|
||||
pattern: ':app-id/:branch?token=:app-status-badge-token',
|
||||
exampleUrl: 'cde737473028420d/master?token=GCIdEzacE4GW32jLVrZb7A',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user