Skip to content

Commit

Permalink
remove base
Browse files Browse the repository at this point in the history
  • Loading branch information
elvincheng3 committed Nov 3, 2023
1 parent 94f11f4 commit 89750a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/web/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { OpenAPI } from '@web/client';
export default function App({ Component, pageProps, ...appProps }: AppProps) {
OpenAPI.CREDENTIALS = 'include';
OpenAPI.WITH_CREDENTIALS = true;
OpenAPI.BASE = 'http://localhost:8080';


const queryClient = new QueryClient();

const excludeLayoutPaths = ['/signin'];
Expand Down

0 comments on commit 89750a1

Please sign in to comment.