Skip to content

Commit e650e8b

Browse files
committed
Fixed Endpoint for creating custom software
1 parent 16dbe3c commit e650e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ class Addigy {
506506
}
507507

508508
try {
509-
let res = await this._addigyRequest(`${this.domain}/custom_software`, {
509+
let res = await this._addigyRequest(`${this.domain}/custom-software`, {
510510
headers: this.reqHeaders,
511511
method: 'POST',
512512
json: postBody,

0 commit comments

Comments
 (0)