From 0914d62ab4b19bf52fb8db0f6412f6f61e764f1d Mon Sep 17 00:00:00 2001 From: addy Date: Mon, 29 Jun 2026 03:03:56 -0700 Subject: [PATCH] Update README.md Signed-off-by: addy --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54b06e38..99d4538d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This is a Todo application that features: ![image](https://user-images.githubusercontent.com/95136/204161352-bc54ccb7-32cf-49ba-a6f7-f46d0f2d204f.png) + + + +\yse2 It showcases: - Blazor WebAssembly - Minimal APIs @@ -52,7 +56,7 @@ Before executing any requests, you need to create a user and get an auth token. ``` 1. To get a token for the above user, hit the `/users/login` endpoint with the above user email and password. The response will look like this: - ```json + ```js { "tokenType": "Bearer", "accessToken": "string",