From 72608485d97de6f9d6c02aa0684468ad1d3a295e Mon Sep 17 00:00:00 2001 From: John Franklin Date: Sun, 23 Apr 2023 06:55:10 -0500 Subject: [PATCH] Fix endpoints in App Workbook %feature Pokes commentary --- content/guides/additional/app-workbook/feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/additional/app-workbook/feature.md b/content/guides/additional/app-workbook/feature.md index c788c27..cd6281b 100644 --- a/content/guides/additional/app-workbook/feature.md +++ b/content/guides/additional/app-workbook/feature.md @@ -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`