mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 19:29:58 +00:00
We balling
This commit is contained in:
@@ -35,7 +35,7 @@ def delete_service(service_id: int):
|
||||
|
||||
|
||||
# Add a service
|
||||
@dash_blueprint.route("/service", methods=["GET", "POST"])
|
||||
@dash_blueprint.route("/add_service", methods=["GET", "POST"])
|
||||
@login_required
|
||||
def add_service():
|
||||
service_form = ServiceForm()
|
||||
|
||||
Reference in New Issue
Block a user