mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-25 01:33:20 -04:00
Merge pull request #124 from seanmorley15/development
refactor: Remove console logs in adventures page server code
This commit is contained in:
@@ -466,6 +466,9 @@ export const actions: Actions = {
|
||||
url += `page=${page}`;
|
||||
}
|
||||
|
||||
console.log(url);
|
||||
console.log(serverEndpoint);
|
||||
|
||||
try {
|
||||
const response = await fetch(url, {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user