fix: replace middleware backend url with local backend url

This commit is contained in:
Elias Schneider
2024-01-23 15:22:08 +01:00
parent c189cd97a5
commit 76df6f66d9
2 changed files with 4 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ pm2 start --name="pingvin-share-backend" npm -- run prod
cd ../frontend
npm install
npm run build
API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080
pm2 start --name="pingvin-share-frontend" npm -- run start
```