fix: modification visuel du frontend au niveau du formulaire de contact pour qu'il s'armonise avec le css global.

fix : update du backend avec ajout de la suppression d'un projet.
This commit is contained in:
toine 2025-10-04 11:03:08 +02:00
parent ef1ba911d9
commit 542e00482b
9 changed files with 68 additions and 15 deletions

View file

@ -20,7 +20,7 @@ app.config["API_KEY"] = os.getenv("API_KEY")
@app.route('/')
def get_home():
return jsonify({
"return": "Welcome to API"
"return": f"Welcome to API."
})
app.register_blueprint(projects_bp)