Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-co committed Nov 12, 2023
1 parent 59737c9 commit f9e7f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions React/test-feed/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API = "http://localhost:4040/"
1 change: 1 addition & 0 deletions React/test-feed/src/context/FeedContext.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { createContext, useState } from 'react'
import Feed from '../data/Feed'
const url = process.env.REACT_APP_API + 'feed/'

const FeedContext = createContext()

Expand Down

0 comments on commit f9e7f8a

Please sign in to comment.