diff options
| author | jackyzha0 <[email protected]> | 2021-03-01 17:23:14 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-01 17:23:14 -0800 |
| commit | abd56a9c92f9acee73302d2efd641b2e07f25ff0 (patch) | |
| tree | 70666d67caee5e4973d629154d849d93f212314b | |
| parent | Merge pull request #68 from jackyzha0/public-api-docs (diff) | |
| download | ctrl-v-abd56a9c92f9acee73302d2efd641b2e07f25ff0.tar.xz ctrl-v-abd56a9c92f9acee73302d2efd641b2e07f25ff0.zip | |
fix(typo): public api docs endpoint
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ curl -L -X POST 'https://api.ctrl-v.app/api' \ ### `GET /api/{hash}` ```bash # get unprotected hash -curl https://api.ctrl-v.app/health +curl https://api.ctrl-v.app/api/1t9UybX # 200 OK # > { |