add flask.request.host to top of rendered template, debugging why it's not pulling stuff from s3

This commit is contained in:
2023-02-13 13:26:50 -08:00
parent 575597b890
commit ea3c91ef88
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html>
<!-- Your server today is {{ svchost }} -->
<html>
<head>
<title>Seagull Game</title>