[ch12326] | Anoop | Fix schema url
This commit is contained in:
@@ -32,7 +32,7 @@ export default function SchemaForm(props: IProps) {
|
||||
|
||||
React.useEffect(() => {
|
||||
|
||||
fetch(`${window.config.BACKEND_URL}/schema/${props.name}`, {
|
||||
fetch(`/api/schema/${props.name}`, {
|
||||
method: 'GET',
|
||||
credentials: 'include',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user