Skip to content

Commit

Permalink
Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinceaprazaru committed Jun 4, 2024
1 parent 6b1a8ca commit 5df7751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/redux/features/api-slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import { BaseEndpointDefinition } from '@reduxjs/toolkit/dist/query/endpointDefi

const API_URL = process.env.NEXT_PUBLIC_WORDPRESS_API_URL + '/wp/graphql';

console.log(process.env);
console.log(process);


type BaseQuery = BaseQueryFn<
{
query: keyof typeof queries;
Expand Down

0 comments on commit 5df7751

Please sign in to comment.