fix COMMIT_HASH missing error

This commit is contained in:
Nick Sweeting 2024-04-30 21:43:22 -07:00
parent 17b35496cc
commit e20eb52f15
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,8 @@ from api.auth import API_AUTH_METHODS
from ..config import VERSION, COMMIT_HASH
COMMIT_HASH = COMMIT_HASH or 'unknown'
html_description=f'''
<h3>Welcome to your ArchiveBox server's REST API <code>[v1 ALPHA]</code> homepage!</h3>
<br/>