mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Fix get profiles flask request (#1246)
This commit is contained in:
parent
6c1475995b
commit
e14f2a3c41
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ def create_app(handler, username, password):
|
|||
def getprofiles():
|
||||
return handle_request(
|
||||
squeak_admin_pb2.GetProfilesRequest(),
|
||||
handler.handle_get_signing_profiles,
|
||||
handler.handle_get_profiles,
|
||||
)
|
||||
|
||||
@app.route("/getsigningprofiles", methods=["POST"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue