todo-minimal-api.git

git clone https://git.crispbyte.dev/todo-minimal-api.git

commit
30d3369
parent
a9b895d
author
CheddarCrisp
date
2024-02-12 19:47:03 +0100 CET
Fix whatever this config is
1 files changed,  +1, -1
M TodoMinimal.WebApi/TodoMinimal.WebApi.http
+1, -1
1@@ -1,6 +1,6 @@
2 @TodoMinimal.WebApi_HostAddress = http://localhost:5143
3 
4-GET {{TodoMinimal.WebApi_HostAddress}}/weatherforecast/
5+GET {{TodoMinimal.WebApi_HostAddress}}/
6 Accept: application/json
7 
8 ###