From 508be6131d6a981b9bc77a7582550e729ebb8ed1 Mon Sep 17 00:00:00 2001 From: siusoon Date: Tue, 26 Jan 2021 10:16:19 +0100 Subject: [PATCH] update the main page --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index 7c186c3..fe5b0df 100644 --- a/api.py +++ b/api.py @@ -141,7 +141,7 @@ def add_other_db(timestamp,seedText,request_type): @app.route('/', methods=['GET']) def home(): return '''

Queer Motto API: To know exactly how many times to cry

-https://gitlab.com/siusoon/queer-motto-api''' +Queer Motto API Manual''' @app.route('/queermottoAPI/r1/refusal', methods=['GET'])