mirror of
https://github.com/codl/forget
synced 2024-12-11 07:56:45 +01:00
5 lines
119 B
Python
5 lines
119 B
Python
from app import app
|
|
|
|
def url_for_version(ver):
|
|
return app.config['COMMIT_URL'].format(hash=ver['full-revisionid'])
|