From 5c588f7832eebfffc5886f25f48f10514b51a4fe Mon Sep 17 00:00:00 2001 From: ionite34 Date: Sun, 4 Dec 2022 09:33:23 +0800 Subject: Remove link to api schema info --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8b26879..06c8f66 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,6 @@ To send files to snekbox, it can be included as the `files` parameter of `python Within the `/eval` route, files are attached or returned under the `files` key. -> See [api/resources/eval.py](snekbox/api/resources/eval.py) for additional API schema information. - ### Gunicorn [Gunicorn settings] can be found in [`gunicorn.conf.py`]. In the default configuration, the worker count, the bind address, and the WSGI app URI are likely the only things of any interest. Since it uses the default synchronous workers, the [worker count] effectively determines how many concurrent code evaluations can be performed. -- cgit v1.2.3