Commit 1f7641e8 authored by jang dong hyeok's avatar jang dong hyeok
Browse files

.

parent 6b3fc650
...@@ -11,14 +11,9 @@ export const getSurvey = async (surveyId: string) => { ...@@ -11,14 +11,9 @@ export const getSurvey = async (surveyId: string) => {
const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}/edit`); const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}/edit`);
return data; return data;
}; };
<<<<<<< HEAD
export const getASurvey = async (surveyId: string) => {
const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}/edit`);
=======
export const ansSurvey = async (surveyId: string) => { export const ansSurvey = async (surveyId: string) => {
const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}`); const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}`);
>>>>>>> develop0718
return data; return data;
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment