path fixing
This commit is contained in:
@@ -12,6 +12,11 @@ import (
|
||||
|
||||
const DevMode = false
|
||||
|
||||
var (
|
||||
STATIC_PATH = "web/static"
|
||||
DATABASE_PATH = "internal/database/comfychan.db"
|
||||
)
|
||||
|
||||
func FormatBytes(bytes int64) string {
|
||||
const (
|
||||
KB = 1 << 10 // 1024
|
||||
|
||||
Reference in New Issue
Block a user