Update: config json path
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-06-02 21:59:47 +02:00
parent a9e1d1e5d9
commit ad9223d2d9

View File

@@ -12,7 +12,7 @@ type Config struct {
}
func Read() *Config {
file, err := os.ReadFile("/home/kocoder/src/go/shortener/settings.json")
file, err := os.ReadFile("./settings.json")
if err != nil {
panic(err)
}