summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_mensa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_mensa.sh b/update_mensa.sh
index 6719f2a..8c44fc7 100755
--- a/update_mensa.sh
+++ b/update_mensa.sh
@@ -152,7 +152,7 @@ combined_data=$(combine_data "$DATA1" "$DATA2")
create_firefly_transaction() {
local transaction_data="$1"
- curl -X POST "$FF3URL" \
+ curl -X POST "$FF3URL/api/v1/transactions" \
-H 'accept: application/vnd.api+json' \
-H "Authorization: Bearer $FF3PAT" \
-H 'Content-Type: application/json' \