move to new api domain

This commit is contained in:
Russell
2024-03-06 10:59:01 -07:00
committed by GitHub
parent c101ff2511
commit 7e4dfeea16
+2 -2
View File
@@ -10,8 +10,8 @@ export default useConfig({
assetScrambling: false,
allowDangerousTemplateInsert: false,
api: {
domain: 'api.polarislearning.org',
domain: 'api.skoolworld.org',
secure: true
}
}
});
});