Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adimpdl authored Jul 8, 2024
1 parent c2f54a5 commit bbde0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios'

const baseUrl = 'http://141.5.104.73' //'https://certify.bloxberg.org'
const baseUrl = 'https://certify.bloxberg.org'
const apiKey = 'b7fe0027-b419-4b73-958d-0b3153366e7f'

export async function certify(
Expand Down

0 comments on commit bbde0f4

Please sign in to comment.