Compare commits

...

2 Commits

Author SHA1 Message Date
Dominik Krenn
02d0f11dfb Update index route response to include test message
Some checks failed
Deploy to Linode / deploy (push) Has been cancelled
2025-06-11 08:14:49 +02:00
Dominik Krenn
9b6b1b7b27 Add deployment workflow for Linode using SSH 2025-06-11 08:14:40 +02:00
2 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/')
def index():
return "Hello, World!"
return "Hello, World! Test :3"
@app.route('/test')
def test():