update the main page

This commit is contained in:
siusoon 2021-01-26 10:16:19 +01:00
parent a51bb2af9d
commit 508be6131d

2
api.py
View File

@ -141,7 +141,7 @@ def add_other_db(timestamp,seedText,request_type):
@app.route('/', methods=['GET']) @app.route('/', methods=['GET'])
def home(): def home():
return '''<h1>Queer Motto API: To know exactly how many times to cry</h1> return '''<h1>Queer Motto API: To know exactly how many times to cry</h1>
<a href="https://gitlab.com/siusoon/queer-motto-api">https://gitlab.com/siusoon/queer-motto-api</a>''' <a href="https://gitlab.com/siusoon/queer-motto-api">Queer Motto API Manual</a>'''
@app.route('/queermottoAPI/r1/refusal', methods=['GET']) @app.route('/queermottoAPI/r1/refusal', methods=['GET'])