Merge pull request #346 from jfranklin9000/main

Fix endpoints in App Workbook %feature Pokes commentary
This commit is contained in:
Sigilante 2023-04-24 11:09:22 -05:00 committed by GitHub
commit 5d1c04259d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ The most interesting part of the whole app is the `++handle-http` arm:
==
```
This arm uses the `server` library and `schooner` to produce a response of a server state and associated data. HTTP requests to `/app/feature` are checked for login authentication, while `/app/feature/public` is not.
This arm uses the `server` library and `schooner` to produce a response of a server state and associated data. HTTP requests to `/apps/feature` are checked for login authentication, while `/apps/feature/public` are not.
### `POST`