[ch12326] | Anoop | Fix schema url

This commit is contained in:
anoop narang
2020-06-15 10:39:34 +05:30
parent f26c7ad648
commit f0840c234b

View File

@@ -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: {