Skip to content

Commit

Permalink
chore: remove seeds added by mistake (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Jun 15, 2021
1 parent 62a637b commit b5195ac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions seeds/endpointType.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,6 @@ const endpointTypes = [
{
name: 'TP_CB_URL_SERVICES_PUT_ERROR',
description: 'Participant callback URL where PUT /services/{ServiceType}/error can be sent'
},
{
name: 'TP_CB_URL_PARTICIPANT_TYPE_ID_POST',
description: 'Participant callback URL where POST /participants/{Type}/{ID} can be sent (specific to thirdparty flows)'
},
{
name: 'TP_CB_URL_PARTICIPANT_TYPE_ID_PUT',
description: 'Participant callback URL where PUT /participants/{Type}/{ID} can be sent (specific to thirdparty flows)'
},
{
name: 'TP_CB_URL_PARTICIPANT_TYPE_ID_PUT_ERROR',
description: 'Participant callback URL where PUT /participants/{Type}/{ID}/error can be sent (specific to thirdparty flows)'
}
]

Expand Down

0 comments on commit b5195ac

Please sign in to comment.