Skip to content

Commit 63d536f

Browse files
committed
docs: typo in run endpoint
1 parent 02b236a commit 63d536f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/api/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface RunResponse {
2424
const runPool: {[x: number]: Response} = {}
2525

2626
/**
27-
* @api {post} /run POST /run
27+
* @api {post} /runs POST /runs
2828
* @apiDescription Run a code and get its output
2929
* @apiName PostRun
3030
* @apiGroup Run

0 commit comments

Comments
 (0)