Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-08-23 06:37:07 -04:00
parent 49d8129db9
commit 46b4acae25
+1 -1
View File
@@ -76,7 +76,7 @@ def hello():
{'/:coin/to/:coin': 'Returns current exchange rate of two given coins.'},
{'/:coin/:n/to/:coin/': 'Returns the current value n coins, in any other coin.'},
{'/thanks': 'Send us coins for running this free service!'}
])
], source='https://github.com/kennethreitz/coinbin.org')
@app.route('/thanks')
def thanks():