changed back worked in test
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@
|
|||||||
const headers = { ...(options.headers||{}), ...authHeaders() };
|
const headers = { ...(options.headers||{}), ...authHeaders() };
|
||||||
return fetch(url + `&_ts=${Date.now()}`, { ...options, headers });
|
return fetch(url + `&_ts=${Date.now()}`, { ...options, headers });
|
||||||
};
|
};
|
||||||
const PB_COLLECTION_URL = "https://pocketbase.ccllc.pro/api/collections/pbc_1431294567/records";
|
const PB_COLLECTION_URL = "https://pocketbase.ccllc.pro/api/collections/pbc_1407612689/records";
|
||||||
const NOTES_COLLECTION_URL = "https://pocketbase.ccllc.pro/api/collections/notes/records";
|
const NOTES_COLLECTION_URL = "https://pocketbase.ccllc.pro/api/collections/notes/records";
|
||||||
const perPage = 50;
|
const perPage = 50;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user