fix(admin): repair media upload redirect
This commit is contained in:
parent
c35bd5877e
commit
203c94b128
12 changed files with 248 additions and 51 deletions
|
|
@ -47,7 +47,7 @@ npm run dev
|
|||
Die Website läuft lokal unter:
|
||||
|
||||
```text
|
||||
http://localhost:3010
|
||||
http://127.0.0.1:3010
|
||||
```
|
||||
|
||||
Für den Admin-Bereich müssen in `.env` mindestens gesetzt sein:
|
||||
|
|
@ -177,7 +177,7 @@ scripts/healthcheck.sh
|
|||
Oder direkt:
|
||||
|
||||
```bash
|
||||
curl http://localhost:3010/api/health
|
||||
curl http://127.0.0.1:3010/api/health
|
||||
```
|
||||
|
||||
Antwort:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue