Skip to content

Commit 9ac8409

Browse files
authored
Merge pull request #27 from pliancy/custom-software-fix
Fixed Endpoint for creating custom software
2 parents 16dbe3c + e650e8b commit 9ac8409

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)