adaugat niste chestii

Signed-off-by: Robert Nedela <robertnedela15@gmail.com>
This commit is contained in:
Robert Nedela
2026-03-24 17:23:03 +02:00
parent 73c4e2dfd7
commit 918bad1a47
5 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from flask import Flask, request, render_template, redirect
app = Flask(__name__, static_folder="public")
app = Flask(__name__, static_url_path="/public", static_folder="public")
@app.route("/")