Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit a0afcd9b authored by 65160206's avatar 65160206
Browse files

fix error on double quote

parent bcb49838
No related branches found
No related tags found
No related merge requests found
Pipeline #664 canceled
......@@ -47,7 +47,7 @@ export async function runScheduleDirect(payload: {
startDate: string
pageID: number
}) {
const { data } = await axios.post('import.meta.env.VITE_SCHEDULER_API', payload, {
const { data } = await axios.post(`${import.meta.env.VITE_SCHEDULER_API}`, payload, {
headers: {
'Content-Type': 'application/json'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment