mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Fix set profile custom price web request (#1779)
This commit is contained in:
parent
5a447f8342
commit
4604063e01
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue