made a little progress on grids demo

i mostly have my head wrapped around the problem a lot more, and need to just
let my brain sit
This commit is contained in:
2026-02-25 18:22:26 -08:00
parent 9adbf67ebd
commit 8a9f060b2d
7 changed files with 80 additions and 83 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ grids_request
let obj_text : string = JSON.stringify(obj, undefined, 4);
let url = '/grids-spend';
let url = '/grids-mkdd';
let req_options = {method: 'POST',
headers: {'content-type': 'application/json'},
body: obj_text};