Add .json hint

This commit is contained in:
a 2022-11-20 04:29:07 -06:00
parent 61a98091a6
commit b02cbae74f
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
## Instructions
Add a resource in the `resource/` folder. This will map to the `?resource=` query parameter
Add a resource in the `resource/` folder. This will map to the `?resource=` query parameter. Save it as a .json file
```bash
pipenv install
pipenv run uvicorn main:app --port 3464 --workers 1
```
nginx proxy_pass `.well-known/webfinger` to localhost:3464
nginx proxy_pass `.well-known/webfinger` to localhost:3464