Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
update dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Jan 10, 2023
1 parent f70c6e0 commit 02c7b6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ export default {
},

proxy: {
'/verifier-api/': 'https://wallet.walt-test.cloud',
'/api/': 'https://wallet.walt-test.cloud'
//'/verifier-api/': 'http://localhost:8080/',
//'/api/': 'http://localhost:8080/'
//'/verifier-api/': 'https://wallet.walt-test.cloud',
//'/api/': 'https://wallet.walt-test.cloud'
'/verifier-api/': 'http://localhost:8080/',
'/api/': 'http://localhost:8080/'
},


Expand Down

0 comments on commit 02c7b6b

Please sign in to comment.