• This project
    • Loading...
  • Sign in

권주희 / howsTheAir

%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 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • howsTheAir
  • frontend
  • src
  • API.js
  • 권주희's avatar
    get Current Location's Air Information Using API · b21a9b0a ...
    b21a9b0a
    - get Current Location's Air Information Using API
    - install axios
    - allow the CORS error to Backend app
    권주희 authored 2020-06-04 18:27:05 +0900
API.js 122 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
import axios from "axios";

export default axios.create({
  baseURL: "http://localhost:3001",
  responseType: "json",
});