This commit is contained in:
Adam 2023-04-12 00:25:33 -04:00
parent 2798835a12
commit d70c4bcb8e

View file

@ -24,7 +24,7 @@ api.add_middleware(
@api.get('/dennis/blog')
async def return_blog_posts():
async def make_a_database():
return [
Article(
content_type='article',
@ -60,7 +60,7 @@ async def return_blog_posts():
@api.get('/dennis/projects')
async def return_projects():
async def make_a_daatabase():
return [
Article(
content_type='chatbot',