diff --git a/docs/httpbin.1.md b/docs/httpbin.1.md index 5f5090e..5672d5d 100644 --- a/docs/httpbin.1.md +++ b/docs/httpbin.1.md @@ -1,7 +1,7 @@ httpbin(1): HTTP Client Testing Service ======================================= -## SYNOPSIS +## ENDPOINTS `/` This page. `/ip` Returns Origin IP. diff --git a/epio.ini b/epio.ini index 5cd038c..c3f81c0 100644 --- a/epio.ini +++ b/epio.ini @@ -11,4 +11,4 @@ redis = true [env] -HTTPBIN_LOG_REQUESTS = true +HTTPBIN_LOG_REQUESTS = true \ No newline at end of file