Skip to content

Commit

Permalink
update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
felixriehm committed Mar 6, 2024
1 parent cd1d34c commit c2f54a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('action', () => {
await main.run()
expect(runMock).toHaveReturned()

expect(setOutputMock).toHaveBeenCalledTimes(0)
expect(setOutputMock).toHaveBeenCalledTimes(1)
expect(errorMock).not.toHaveBeenCalled()
})
})
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function certify(
let res
try {
res = await axios.post(
`${baseUrl}/generateJsonResponse?api_key=b7fe0027-b419-4b73-958d-0b3153366e7f`, //'http://hatnote.mpdl.mpg.de/bloxbergcertifyapptest'
`${baseUrl}/generateJsonResponse`,
{
publicKey: metaData.bloxbergAddress,
crid: data,
Expand Down

0 comments on commit c2f54a5

Please sign in to comment.