Skip to content

Commit

Permalink
Merge branch 'main' into https-in-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwahle authored Aug 21, 2022
2 parents f2f1ed0 + 75d38be commit b021651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PORT = 3001
REACT_APP_BACKEND = "http://cs-insights.uni-goettingen.de/api/v0/"
REACT_APP_BACKEND = "https://cs-insights.uni-goettingen.de/api/v0/"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cs-insights-frontend",
"version": "0.19.0",
"version": "0.22.0",
"private": true,
"scripts": {
"lint": "eslint . --ext .ts --ext .tsx",
Expand Down

0 comments on commit b021651

Please sign in to comment.