Compare commits

...

1 Commits

Author SHA1 Message Date
5e3b9d8985 fix port in readme 2023-02-28 19:06:26 -05:00

View File

@@ -1,6 +1,6 @@
# Request Logger
Serves an HTTP server on port 3000 and logs any requests to a file, stdout, and the response body.
Serves an HTTP server on port 8080 and logs any requests to a file, stdout, and the response body.
*This is not intended for production use. It is just a simple diagnostic tool for short-term testing.*