Skip to content

Commit 7064d6b

Browse files
authored
Update utils.py
1 parent f65ffc7 commit 7064d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def generate_sitemap(app):
3333
links_html = "".join(["<li><a href='" + y + "'>" + y + "</a></li>" for y in links])
3434
return """
3535
<div style="text-align: center;">
36-
<img style="max-height: 80px" src='https://github.com/4GeeksAcademy/react-flask-hello/blob/4677c732f09717c85156fbd71c147f0d98fcac6f/docs/assets/rigo-baby.jpg?raw=true' />
36+
<img style="max-height: 80px" src='https://storage.googleapis.com/breathecode/boilerplates/rigo-baby.jpeg' />
3737
<h1>Rigo welcomes you to your API!!</h1>
3838
<p>API HOST: <script>document.write('<input style="padding: 5px; width: 300px" type="text" value="'+window.location.href+'" />');</script></p>
3939
<p>Start working on your project by following the <a href="https://start.4geeksacademy.com/starters/full-stack" target="_blank">Quick Start</a></p>

0 commit comments

Comments
 (0)