1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-30 18:29:37 +02:00

refactor: Remove console logs in adventures page server code

This commit is contained in:
Sean Morley 2024-07-12 09:54:25 -04:00
parent 20238ccdce
commit 87231818d1

View file

@ -466,6 +466,9 @@ export const actions: Actions = {
url += `page=${page}`;
}
console.log(url);
console.log(serverEndpoint);
try {
const response = await fetch(url, {
headers: {