This commit is contained in:
2026-07-02 20:03:20 +02:00
parent d0290e6a9f
commit 2c07187be4

View File

@@ -27,7 +27,7 @@ func (f *GravFetcher) Fetch() []Message {
req := FetcherRequest{
BaseURL: f.BaseURL,
Path: fmt.Sprintf("/api-custom/updates.json?limit=%d", f.ContentLimit),
Path: fmt.Sprintf("/custom/updates.json?limit=%d", f.ContentLimit),
Method: http.MethodGet,
}