]> git.deb.at Git - rhonda/impostor.git/commit
Add diagnostic http message (#663)
authorminiduikboot <mini@duikbo.at>
Sun, 26 Jan 2025 17:00:03 +0000 (18:00 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2025 17:00:03 +0000 (18:00 +0100)
commit495dc019489b14b80807b85f678c5e4ef8a66f6a
tree6c3c70b0fdd40dcea779fc6f471087536d1a0f73
parenta448ece73e6123b76c7a259e24f44bbd5a404e16
Add diagnostic http message (#663)

* Add diagnostic message to test HTTP server

This makes it possible to diagnose if the reverse proxy setup is working
correctly or if the game configuration is wrong

* Print console log as well

Only print it once to prevent console spam

* Update src/Impostor.Server/Http/HelloController.cs

Co-authored-by: js6pak <me@6pak.dev>
---------

Co-authored-by: js6pak <me@6pak.dev>
docs/TROUBLESHOOTING.md
src/Impostor.Server/Http/HelloController.cs [new file with mode: 0644]