• This project
    • Loading...
  • Sign in

서민정 / SEARCH-AND-CHAT

%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 2
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • oss-chatbot
  • client
  • src
  • setupProxy.js
  • 서민정's avatar
    import react and update js · 0341526a
    0341526a
    서민정 authored 2020-05-18 12:39:27 +0900
setupProxy.js 153 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
const proxy = require("http-proxy-middleware");

module.exports = function(app) {

    app.use(proxy("/api", { target: "http://localhost:5000/" }));

};