Browse Source

Merge pull request #12941 from abpframework/EngincanV/single-layer-docs

Update UI image for quick-start doc
pull/12942/head
liangshiwei 4 years ago
committed by GitHub
parent
commit
8559bd9504
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Tutorials/Todo/Single-Layer/Index.md
  2. BIN
      docs/en/Tutorials/Todo/Single-Layer/todo-single-layer-ui-initial.png

2
docs/en/Tutorials/Todo/Single-Layer/Index.md

@ -74,7 +74,7 @@ It is good to run the application before starting the development. The solution
Firstly, run the `TodoApp` project in your favorite IDE (or run the `dotnet run` CLI command on your project directory) to see the server-side HTTP API on [Swagger UI](https://swagger.io/tools/swagger-ui/):
![todo-swagger-ui-initial](../todo-swagger-ui-initial.png)
![todo-swagger-ui-initial](./todo-single-layer-ui-initial.png)
You can explore and test your HTTP API with this UI. If it works, then we can run the Angular client application.

BIN
docs/en/Tutorials/Todo/Single-Layer/todo-single-layer-ui-initial.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Loading…
Cancel
Save