yes
Some checks failed
Release Mod / Build (push) Failing after 32s

This commit is contained in:
Lee
2024-08-07 06:03:46 +01:00
parent 1bcb99430c
commit e397c86963
6 changed files with 39 additions and 127 deletions

View File

@ -34,7 +34,7 @@ namespace ScoreTracker
Task.Run(async () =>
{
await Request.PostJsonAsync("http://localhost:7500/boobies", new Dictionary<object, object> {
await Request.PostJsonAsync("http://localhost:7500/test", new Dictionary<object, object> {
{ "boobies", "yes" }
});
});