We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b236a commit 63d536fCopy full SHA for 63d536f
src/routes/api/run.ts
@@ -24,7 +24,7 @@ export interface RunResponse {
24
const runPool: {[x: number]: Response} = {}
25
26
/**
27
- * @api {post} /run POST /run
+ * @api {post} /runs POST /runs
28
* @apiDescription Run a code and get its output
29
* @apiName PostRun
30
* @apiGroup Run
0 commit comments