Skip to content

Commit

Permalink
Merge pull request #236 from Exifly/main
Browse files Browse the repository at this point in the history
hotfix v2.1.1
  • Loading branch information
gdjohn4s authored Jul 5, 2023
2 parents 261d4e0 + a449207 commit b906445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/apivault/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
SECRET_KEY = 'django-insecure-pnadu&92%d==xohx_27-z%is=nb7c&s!ph7#1r$i0d#oxttgh5'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False


ALLOWED_HOSTS = ['*']
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/generics/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defineProps({
font-size: 14px;
margin-left: auto;
margin-right: auto;
width: 75%;
/* width: 75%; */
}
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit b906445

Please sign in to comment.