Implement a command-line interface to the running webserver, and a way to get/set...
authorNick Downing <nick@ndcode.org>
Sat, 22 Jan 2022 06:36:48 +0000 (17:36 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 23 Jan 2022 02:21:55 +0000 (13:21 +1100)
commit3f0994be9d56f5e4c1fb0e3f2b4886a55197e05b
treecf4b893036a2d3664f4464754969521a9680a820
parent1fa58bef577a6f72caa1f8b53756a7a5cca47bc4
Implement a command-line interface to the running webserver, and a way to get/set the globals object (so it will be in the database, not /_config/globals.json)
15 files changed:
.gitignore
_config/Problem.mjs [new file with mode: 0644]
_config/Session.mjs [new file with mode: 0644]
_config/get.mjs [new file with mode: 0755]
_config/n.sh [new file with mode: 0755]
_config/set.mjs [new file with mode: 0755]
_config/sign_in.mjs [new file with mode: 0755]
_config/sign_out.mjs [new file with mode: 0755]
_lib/page.jst
_lib/post_request.jst
api/account/change_details/get.json.jst
api/account/change_details/set.json.jst
api/account/change_password.json.jst
api/globals/get.json.jst [new file with mode: 0644]
api/globals/set.json.jst [new file with mode: 0644]