gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] branch master updated: fix endpoint name


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: fix endpoint name
Date: Thu, 18 Jan 2018 19:13:04 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new baba592  fix endpoint name
baba592 is described below

commit baba592e734294e402bc9a539457321ed0a38fdf
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 19:12:59 2018 +0100

    fix endpoint name
---
 talersurvey/survey/survey.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 20f87a0..26afe34 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -98,5 +98,5 @@ def submit_survey():
 
 
 @app.route("/", methods=["GET"])
-def survey():
+def index():
     return flask.render_template("templates/index.html", 
merchant_currency=CURRENCY)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]