Skip to content

Commit

Permalink
do some tests for requests
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Oct 13, 2023
1 parent 902d365 commit 13eb50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/admin/+page.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { redirect } from '@sveltejs/kit';
export async function load({ request }) {
const authToken = request.headers.get('Authorization');

console.log(authToken)
console.log(request)
try {
console.log("hello")
const response = await fetch('http://mysql-container/auth/checkAuth', {
Expand Down

0 comments on commit 13eb50c

Please sign in to comment.