fix stupid problem

This commit is contained in:
gnat 2024-09-28 01:25:07 -07:00
parent e8e0c89570
commit faf711fbdf

View File

@ -117,7 +117,7 @@ routes = [
lambda request, *_: Response(
ResponseCode.OK,
{'Content-Type': 'text/html'},
generate_opengraph_html(f'https://natalieee.net{request.path.path}?hash={request.path.params['hash']}').encode('utf-8')
generate_opengraph_html(f'https://files.natalieee.net{request.path.path}?hash={request.path.params['hash']}').encode('utf-8')
)
),
Route(