Skip to content

Commit

Permalink
Add some testing links
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-k committed Nov 29, 2023
1 parent d2a8585 commit e80f550
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mig-example-apps/Html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ To run use:

```
> stack run html-mig-example-app
```
After server start we can try it out in the browser. Go to [the main page](http://localhost:8085).
2 changes: 2 additions & 0 deletions examples/mig-example-apps/HtmlTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ To run use:
```
> stack run html-template-mig-example-app
```

After server start we can try it out in the browser. Go to [the main page](http://localhost:8085).
3 changes: 3 additions & 0 deletions examples/mig-example-apps/JsonApi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ To run use:
```
> stack run json-api-mig-example-app
```

After server start we can test it with [Swagger UI](http://localhost:8085/swagger-ui/index.html).

0 comments on commit e80f550

Please sign in to comment.