mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
update readme, refactor some code
This commit is contained in:
parent
890dce363e
commit
a1eb732406
3 changed files with 56 additions and 59 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue