changed default site

This commit is contained in:
anons-voip 2024-06-10 21:35:48 -04:00
parent 9f800b4f99
commit e51fd5f591

View file

@ -11,8 +11,8 @@ client = Client(conf["username"],conf["password"])
@app.route("/", methods=['GET']) @app.route("/", methods=['GET'])
def hello_world(): def default():
return "<p>Hello, World!</p>" return '<a href="http://git.community.i2p/anons-voip/voipsms">Check out the project</a>'
@app.route("/numbers", methods=['GET']) @app.route("/numbers", methods=['GET'])
def get_numbers(): def get_numbers():