Skip to content

Commit

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

console.log(authToken)
try {
console.log("hello")
const response = await fetch('https://locker-api.cvapps.net/auth/checkAuth', {
Expand Down

0 comments on commit c7da073

Please sign in to comment.