From 78d7bcbf25a0e82176c3cb6fa550b58811a8cced Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 22:09:55 -0400 Subject: [PATCH] endpoints --- docs/httpbin.1.md | 2 +- epio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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