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