Remove yourls

This commit is contained in:
Noah 2024-06-03 21:14:31 +02:00
parent 02c9f2af6b
commit 3f3e75a5be
4 changed files with 4 additions and 45 deletions

View file

@ -60,19 +60,8 @@ func EncodeToml() {
},
Download: struct {
Prefix string
Yourls struct {
APIPath string
Signature string
}
}{
Prefix: "https://bloater.example.com",
Yourls: struct {
APIPath string
Signature string
}{
APIPath: "https://short.com/yourls-api.php",
Signature: "kfn83h28r",
},
},
}

View file

@ -21,9 +21,5 @@ type config struct {
}
Download struct {
Prefix string
Yourls struct {
APIPath string
Signature string
}
}
}