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) => {
const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}/edit`);
return data;
};
<<<<<<< HEAD
export const getASurvey = async (surveyId: string) => {
const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}/edit`);
=======
export const ansSurvey = async (surveyId: string) => {
const { data } = await axios.get(`${baseUrl}/surveys/${surveyId}`);
>>>>>>> develop0718
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