Skip to content

Commit 02ebf10

Browse files
committed
Update STATIC_FILES_DIR
1 parent dcdbbe9 commit 02ebf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"golang.org/x/crypto/bcrypt"
1818
)
1919

20-
const STATIC_FILES_DIR string = "/root/GoBlog"
20+
const STATIC_FILES_DIR string = "/home/faraz/GoBlog"
2121

2222
type BlogDetails struct {
2323
Blogname string `json:"blogname"`

0 commit comments

Comments
 (0)