Add Feedback at the registration process (fix #78) #79

Merged
cami merged 12 commits from feature/registerFeedback into main 2021-06-29 23:25:28 +00:00
Showing only changes of commit d7d22cb875 - Show all commits

View file

@ -159,7 +159,6 @@ def register():
return ret, 409
@app.route('/umfrage', methods=['POST'])
@flask_praetorian.auth_required
def survey():