Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilS2 committed Jun 3, 2024
1 parent dc4cd79 commit 624b470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/foods/[food]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ export default function Page({ params }: { params: { food: string } }) {
))}
</main>
);
}
}
5 changes: 1 addition & 4 deletions backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
from private.private_settings import (
DJANGO_SECRET_KEY,
IS_DEV,
DJANGO_GOOGLE_CLIENT_ID,
DJANGO_GOOGLE_CLIENT_SECRET,

)

# Build paths inside the project like this: BASE_DIR / 'subdir'.
Expand All @@ -34,8 +33,6 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = IS_DEV

GOOGLE_CLIENT_ID = DJANGO_GOOGLE_CLIENT_ID
GOOGLE_SECRET_KEY = DJANGO_GOOGLE_CLIENT_SECRET

ALLOWED_HOSTS = [
"127.0.0.1",
Expand Down

0 comments on commit 624b470

Please sign in to comment.