Skip to content

Commit 1663b17

Browse files
authored
Update __init__.py
1 parent 6c4e822 commit 1663b17

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
@app.route('/')
1111
def hello_world():
1212
return render_template('')
13+
1314
@app.route('/de_6_faces.html')
1415
def de6f():
1516
return render_template('De_6_Faces.html')
17+
18+
@app.route('/bibliotheque_images.html')
19+
def bbtimg():
20+
return render_template('bibliotheque_images.html')
1621

1722
key = Fernet.generate_key()
1823
f = Fernet(key)

0 commit comments

Comments
 (0)