More master->main. Will do the PP one in the PP branch

This commit is contained in:
Matt Godbolt
2021-02-13 17:27:43 -06:00
parent 8b9bd06f22
commit e66f4c4b57
7 changed files with 15 additions and 15 deletions

View File

@@ -210,7 +210,7 @@ If JSON is present in the request's `Accept` header, the compilation results
### `POST /shortener` - saves given state *forever* to a shortlink and returns the unique id for the link
The body of this post should be in the format of a [ClientState](https://github.com/compiler-explorer/compiler-explorer/blob/master/lib/clientstate.js)
The body of this post should be in the format of a [ClientState](https://github.com/compiler-explorer/compiler-explorer/blob/main/lib/clientstate.js)
Be sure that the Content-Type of your post is application/json
An example of one the easiest forms of a clientstate: