mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Remove hello endpoint (#2036)
This commit is contained in:
parent
67da1c5a30
commit
b578ada984
1 changed files with 0 additions and 6 deletions
|
|
@ -121,12 +121,6 @@ def create_app(handler, username, password):
|
|||
logger.info("Getting user.")
|
||||
return current_user.username
|
||||
|
||||
@app.route("/hello")
|
||||
@login_required
|
||||
def hello_world():
|
||||
logger.info("Getting hello route.")
|
||||
return "Hello, World!"
|
||||
|
||||
@app.route("/lndgetinfo", methods=["POST"])
|
||||
@login_required
|
||||
@protobuf_serialized(lnd_pb2.GetInfoRequest())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue