move all files to images folder

This commit is contained in:
2026-04-08 10:18:07 -04:00
parent 9389df28e4
commit 37c6978d1b
4 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ var (
)
func ReadBlankPhoto() {
blank, err := helpers.ReadFile("static/blank_profile.jpg")
blank, err := helpers.ReadFile("static/images/blank_profile.jpg")
if err != nil {
logging.Fatal("Could not load blank profile image")
}