NotImplementedError execption in not define endpoint
This commit is contained in:
parent
233324f5a2
commit
35621d42f9
@ -92,14 +92,14 @@ def get_appointment_by_ticket(id):
|
||||
|
||||
@api.route("/appointment", methods=["POST"])
|
||||
def new_appointment():
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
@api.route("/appointment", methods=["PUT"])
|
||||
def update_appointment():
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
@api.route("/appointment", methods=["DELETE"])
|
||||
def delete_appointment():
|
||||
pass
|
||||
raise NotImplementedError
|
||||
|
Loading…
Reference in New Issue
Block a user