mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-30 02:09:37 +02:00
refactor: Remove console logs in adventures page server code
This commit is contained in:
parent
20238ccdce
commit
87231818d1
1 changed files with 3 additions and 0 deletions
|
@ -466,6 +466,9 @@ export const actions: Actions = {
|
||||||
url += `page=${page}`;
|
url += `page=${page}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(url);
|
||||||
|
console.log(serverEndpoint);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(url, {
|
const response = await fetch(url, {
|
||||||
headers: {
|
headers: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue