Skip to content

Commit

Permalink
change default verifier to eecc
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Node-Karlsruhe committed Nov 17, 2022
1 parent e0bf97e commit 796081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios'
const axiosInstance = axios.create({
baseURL: process.env.NODE_ENV === 'production' ? process.env.VERIFIER_API : 'http://localhost:3000/api/verifier',
baseURL: process.env.NODE_ENV === 'production' ? process.env.VERIFIER_API : 'https://ssi.eecc.de/api/verifier',
timeout: 5000,
headers: {
'Accept': 'application/json',
Expand Down

0 comments on commit 796081d

Please sign in to comment.