fix(admin): repair media upload redirect
This commit is contained in:
parent
c35bd5877e
commit
203c94b128
12 changed files with 248 additions and 51 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
BASE_URL="${BASE_URL:-http://localhost:3010}"
|
||||
BASE_URL="${BASE_URL:-http://127.0.0.1:3010}"
|
||||
HEALTH_URL="${BASE_URL%/}/api/health"
|
||||
|
||||
echo "Checking ${HEALTH_URL}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue