custom
This commit is contained in:
@@ -27,7 +27,7 @@ func (f *GravFetcher) Fetch() []Message {
|
|||||||
|
|
||||||
req := FetcherRequest{
|
req := FetcherRequest{
|
||||||
BaseURL: f.BaseURL,
|
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,
|
Method: http.MethodGet,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user