Fix config
This commit is contained in:
parent
aa34168cd5
commit
5beddf73e2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { SearchQueryVariables } from "./containers/BaseSearch";
|
|||
import { ListSettings, ListViews } from "./types";
|
||||
|
||||
export const APP_MOUNT_URI = process.env.APP_MOUNT_URI || "/";
|
||||
export const API_URI = process.env.API_URI || "http://localhost:8008/graphql/";
|
||||
export const API_URI = process.env.API_URI || "/graphql/";
|
||||
|
||||
export const DEFAULT_INITIAL_SEARCH_DATA: SearchQueryVariables = {
|
||||
after: null,
|
||||
|
|
Loading…
Reference in a new issue