mirror of
https://github.com/codl/forget
synced 2025-01-06 04:07:16 +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'])
|