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:
commit
ae40845ea0
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