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:
parent
ef1ba911d9
commit
542e00482b
9 changed files with 68 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue