Adjusting thigns to go to queue.

This commit is contained in:
calcu1on
2025-03-30 22:59:13 -04:00
parent c49263a78d
commit 18cb2c1a8b
9 changed files with 204 additions and 22 deletions

7
scripts/curltest.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
filename=$PWD/web/sites/default/files/api-responses/characters.json
if [ ! -f "${filename}" ]; then
touch "${filename}"
fi
curl -s "https://dchadwick.ddev.site/api/character-list" > $PWD/web/sites/default/files/api-responses/characters.json