Fix set profile custom price web request (#1779)

This commit is contained in:
Jonathan Zernik 2021-11-06 22:09:38 -07:00 committed by GitHub
parent 5a447f8342
commit 4604063e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ def create_app(handler, username, password):
@app.route("/setsqueakprofilecustomprice", methods=["POST"])
@login_required
@protobuf_serialized(squeak_admin_pb2.SetSqueakProfileUseCustomPriceRequest())
@protobuf_serialized(squeak_admin_pb2.SetSqueakProfileCustomPriceRequest())
def setsqueakprofilecustomprice(msg):
return handler.handle_set_squeak_profile_custom_price(msg)