From 66de837f7dcd2fa91939f7d88e56d3507268958c Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 16 Jun 2025 11:44:09 +0200 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ddc946..91e02bd 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ python src/server.py - The Flask app serves static files from `public/` at `/` and mounts API routes under `/datasets` and `/answers` via Blueprints. - By default, open your browser to **[http://localhost:45003/](http://localhost:45003/)**. + - If you want to try it out, you can go on **[http://gym.si.usi.ch:45003](http://gym.si.usi.ch:45003)** (you must be connected to USI network to access it). ## API Endpoints