Skip to content

Commit

Permalink
app name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 20, 2024
1 parent 38c5fda commit a76e8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


### GENERAL APP SETTINGS ###
APP_NAME = "flaskblog" # NAME OF THE FLASK APP.
APP_NAME = "flaskBlog" # NAME OF THE FLASK APP.
APP_ROOT_PATH = "." # THE PATH TO THE ROOT OF THE APP FILES.
APP_HOST = socket.gethostbyname(
socket.gethostname()
Expand Down

0 comments on commit a76e8b3

Please sign in to comment.