remove now unused file
covered by tests instead
This commit is contained in:
parent
1128f434f3
commit
9046b4c8d9
12
request.hurl
12
request.hurl
|
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue