Important bug fix for posting form data. The headers are case sensitive. Changed them all to Content-Type.

This commit is contained in:
Scott Idem
2025-05-19 17:01:13 -04:00
parent f88e6cef89
commit f2059da9d1
6 changed files with 38 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
<script lang="ts">
// *** Import Svelte specific
import { goto } from '$app/navigation';
// *** Import other supporting libraries
import {
@@ -141,7 +142,8 @@ function verify_journal_passcode() {
<button
type="button"
onclick={() => {
// $journals_sess.show__modal_new__journal_entry_obj = true;
// $journals_sess.show__modal_new__journal_entry_obj = true
// log_lvl = 3;
let data_kv = {
category_code: null,