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

Commit

Permalink
Feature tests (#12)
Browse files Browse the repository at this point in the history
* New stuff.

* Added test.

* Removed only.

* Updated tests.

* Updated tests.

* Updated tests.

* Updated tests.

* Updated tests.

* Updated tests.

* Updated tests.

* Updated tests.

* Updated tests.

* Updated tests.

* fixed bug with nuxt build.
  • Loading branch information
Nathan Henniges authored Sep 20, 2020
1 parent 500222f commit 50fe952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
axios: { proxy: true },
proxy: {
'/api/': {
target: 'http://localhost:8080',
target: process.env.API_URI || 'https://localhost:8080',
pathRewrite: {
'^/api/': '/',
},
Expand Down

0 comments on commit 50fe952

Please sign in to comment.