Kostiantyn Hantsov
Results
3
issues of
Kostiantyn Hantsov
According to a `.gitignore` file from `tldr-pages` repo file `index.json` was moved from the repo to a `https://tldr-pages.github.io/assets/index.json` so I fixed it and now it works.
Basically I want to have an endpoint that would look like `/API/files/{path}` so I can call it like `curl localhost:8000/API/files/path/to/my/file.txt` I use it with fiber router and I know that...