Skip to content

Commit

Permalink
added full header 🐶
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-fintlabs committed Jul 3, 2024
1 parent c03249c commit 63e4fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/me-api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const API_URL = process.env.API_URL || 'http://fint-admin-portal-backend:8080';
class MeApi {
static async fetchDisplayName(headers: HeadersInit | undefined) {
log("Fetching display name", API_URL);
// log("COOKIES for me", cookies);
log("COOKIES for me", headers);
try {
const response = await fetch(`${API_URL}/api/me`, {
method: 'GET',
Expand Down

0 comments on commit 63e4fe1

Please sign in to comment.