summaryrefslogtreecommitdiff
path: root/extras/appengine/sqlformat
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2011-12-15 08:58:22 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2011-12-15 08:58:22 +0100
commit0761e1ce60955a4faa823f781586d1eda72aedba (patch)
tree69cef4ccdcbed81f6799c516f70691176730308d /extras/appengine/sqlformat
parent311291ae58fd6baae47fff7b1efd8c47c102c25c (diff)
downloadsqlparse-0761e1ce60955a4faa823f781586d1eda72aedba.tar.gz
Fix URL in example.
Diffstat (limited to 'extras/appengine/sqlformat')
-rw-r--r--extras/appengine/sqlformat/templates/api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/appengine/sqlformat/templates/api.html b/extras/appengine/sqlformat/templates/api.html
index ebfd83a..f2859c2 100644
--- a/extras/appengine/sqlformat/templates/api.html
+++ b/extras/appengine/sqlformat/templates/api.html
@@ -54,7 +54,7 @@
And another example using curl and a <code>GET</code> request:
</p>
<div class="highlight example"><pre>
-$ curl "http://localhost:8080/format<b>?</b>keyword_case=upper<b>&</b>reindent=true<b>&</b>data=select%20*%20from%20foo;"
+$ curl "http://sqlformat.appspot.com/format<b>?</b>keyword_case=upper<b>&</b>reindent=true<b>&</b>data=select%20*%20from%20foo;"
SELECT *
FROM foo;
$