update readme, refactor some code

This commit is contained in:
Brian Seymour 2021-04-22 22:27:50 -05:00
parent 890dce363e
commit a1eb732406
3 changed files with 56 additions and 59 deletions

View file

@ -19,7 +19,7 @@ module.exports = {
.isString(),
],
// POST /jobs
// POST /execute
async run_job(req, res) {
const runtime = get_latest_runtime_matching_language_version(req.body.language, req.body.version);