Skip to content

Commit

Permalink
Change /v1/nodes to GET
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Nov 29, 2023
1 parent dc3ac38 commit 66e10c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meile_plan_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def get_current_subscriber(walletAddress):
print(str(e))
abort(404)

@app.route('/v1/nodes/<uuid>', methods=['POST'])
@app.route('/v1/nodes/<uuid>', methods=['GET'])
@auth.login_required
def get_nodes(uuid):

Expand Down

0 comments on commit 66e10c2

Please sign in to comment.