Merge pull request 'Removed contact form and added a documentaion subside' (#31) from sageTheDm/ai-virtual-assistant:main into main

Reviewed-on: https://interstellardevelopment.org/code/code/React-Group/ai-virtual-assistant/pulls/31
This commit is contained in:
Patrick 2024-09-17 08:05:22 +02:00
commit 1da1927425
5 changed files with 18 additions and 44 deletions

View file

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