Implementing all cht classic routes
This commit is contained in:
@@ -66,7 +66,7 @@ export const dataProvider: DataProvider = {
|
||||
});
|
||||
}
|
||||
|
||||
const response = await fetch(`${API_URL}/${resource}?${params.toString()}`);
|
||||
const response = await fetch(`${API_URL}/${resource}/?${params.toString()}`);
|
||||
|
||||
if (response.status < 200 || response.status > 299) {
|
||||
if (response.status == 405) {
|
||||
|
||||
Reference in New Issue
Block a user