1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 20:55:19 +02:00

Merge pull request #124 from seanmorley15/development

refactor: Remove console logs in adventures page server code
This commit is contained in:
Sean Morley 2024-07-12 09:54:47 -04:00 committed by GitHub
commit ae40845ea0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: {