We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffdddf commit 2df9217Copy full SHA for 2df9217
interapp-frontend/src/api/api_client.ts
@@ -30,6 +30,9 @@ export class APIClient {
30
baseURL: this.isReactServerComponent
31
? `http://${process.env.NEXT_PUBLIC_BACKEND_HOST}:${process.env.NEXT_PUBLIC_BACKEND_PORT}/api`
32
: process.env.NEXT_PUBLIC_AXIOS_BASE_URL,
33
+ paramsSerializer: {
34
+ indexes: null,
35
+ }
36
});
37
this.instance.interceptors.request.use((req) => {
38
if (
0 commit comments