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
Branches
No related tags found
No related merge requests found
Pipeline #664 canceled
...@@ -47,7 +47,7 @@ export async function runScheduleDirect(payload: { ...@@ -47,7 +47,7 @@ export async function runScheduleDirect(payload: {
startDate: string startDate: string
pageID: number 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: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment