|
@ -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']) |
|
|