Implement the /set endpoint
Done anyways. (Also fixed the name of the function, I was calling nothing)
Implement the /set endpoint
Switched to a triple equals. Not much more that I need to do here, URL params are always strings.
Implement the /set endpoint
I didn't know what that did, I couldn't tell if it was necessary or not.
Implement the /set endpoint
At this point in the fail, it could, but it'd be irrelevant. (Also I'd have to change logic farther down)
Implement the /set endpoint
Pretty sure this will always return false (also,
true
in the response from the db should be a boolean, rather than a string, iirc, and it'd bedb_res[0].enable_reset
).
Then why doesn't it…
Implement the /set endpoint