diff --git a/server.py b/server.py index 0404618..0e8ce77 100644 --- a/server.py +++ b/server.py @@ -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():