Fixed subsides #14

Merged
sageTheDm merged 3 commits from React-Group/ai-virtual-assistant:main into main 2024-09-16 16:21:18 +02:00
Showing only changes of commit f7d23ef603 - Show all commits

View file

@ -38,7 +38,7 @@ def faq():
@APP.route('/contact') @APP.route('/contact')
def contact(): def contact():
return render_template('faq.html') return render_template('contact.html')
if __name__ == '__main__': if __name__ == '__main__':