Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spring.jpa.properties.hibernate.format_sql=true
server.port=8080

# Spoonacular API Key
Spoonacular_API_Key='${Spoonacular_API_Key}'

spoonacular.api.key=${Spoonacular_API_Key}
# OpenAI API Key
OPENAI_API_KEY='${OPENAI_API_KEY}'
openai.api.key=${OPENAI_API_KEY}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function HomePage() {
</section>

{/* Potato Recipes Section */}
<PotatoRecipes number={2} />
{/*<PotatoRecipes number={2} />

{/* Team Section */}
<TeamSection />
Expand Down