api-custom

This commit is contained in:
2026-07-02 19:58:55 +02:00
parent bd4981aadb
commit d0290e6a9f

View File

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