changed default site
This commit is contained in:
parent
9f800b4f99
commit
e51fd5f591
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ client = Client(conf["username"],conf["password"])
|
|||
|
||||
|
||||
@app.route("/", methods=['GET'])
|
||||
def hello_world():
|
||||
return "<p>Hello, World!</p>"
|
||||
def default():
|
||||
return '<a href="http://git.community.i2p/anons-voip/voipsms">Check out the project</a>'
|
||||
|
||||
@app.route("/numbers", methods=['GET'])
|
||||
def get_numbers():
|
||||
|
|
Loading…
Reference in a new issue