diff options
author | Kari Lehti <klehti@local> | 2023-11-27 02:14:45 +0200 |
---|---|---|
committer | Kari Lehti <klehti@local> | 2023-11-27 02:14:45 +0200 |
commit | f965d5d1f799037cd49accae9256ed42b8c17ccb (patch) | |
tree | ba9d0dde9af5d32a56c5d43a474aa0954861f6d3 /templates | |
parent | 03b031ea793e91ce2f87cf28c73cefc8ce69a7b5 (diff) |
Added requirements file for venv installs. Updated README.md and .gitignore.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/analyse.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/analyse.html b/templates/analyse.html index a57376d..b7139e4 100644 --- a/templates/analyse.html +++ b/templates/analyse.html @@ -99,7 +99,7 @@ Vaihda kyselyn koodia: {% if code %} Linkki tähän kyselyyn: <a href="http://anal.fi:5000/kys/{{ code }}"> - http://anal.fi:5000/kys/{{ code }} + http://127.0.0.1:5000/kys/{{ code }} </a> {% endif %} |