diff --git a/request.hurl b/request.hurl deleted file mode 100644 index fe8e6fa..0000000 --- a/request.hurl +++ /dev/null @@ -1,12 +0,0 @@ -POST http://localhost:8080/v1/exec -content-type: application/json -origin: https://codapi.org -``` -{ - "sandbox": "hare", - "command": "run", - "files": { - "": "use fmt;\nexport fn main() void = {\nfmt::println(\"hello world\")!;\n};\n" - } -} -```