• This project
    • Loading...
  • Sign in

khusat / khusat-front

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • khusat-front
  • src
  • lib
  • api
  • getQuestion.js
  • 이준호's avatar
    [ADD] Survey 및 Result 페이지 반응형 추가 · 4f98305c
    4f98305c Browse Files
    이준호 authored 2020-12-10 00:49:14 +0900
getQuestion.js 175 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
import axios from 'axios';

const getQuestion = async () =>{
    const res = axios.get("http://3.34.126.151:8000/getquestions");
    return res;
}

export default getQuestion;