Skip to content

Commit

Permalink
delete test url
Browse files Browse the repository at this point in the history
  • Loading branch information
osydoo committed Jul 29, 2021
1 parent c3d6124 commit 60bd951
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
REACT_APP_BASE_URL=https://egluu.herokuapp.com/
REACT_APP_BASE_URL_TEST=http://211.209.39.131:8080/
1 change: 0 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
REACT_APP_BASE_URL=https://egluu.herokuapp.com/
REACT_APP_BASE_URL_TEST=http://211.209.39.131:8080/
2 changes: 1 addition & 1 deletion src/pages/rootTs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Root() {
return (
<Layout>
<div>
{/* <Jumbotron /> */}
<Jumbotron />
<Typography variant="h5">마감임박 프로젝트 </Typography>
<Grid container spacing={3}>
{projectPage.projectList.map((item, idx) => {
Expand Down

0 comments on commit 60bd951

Please sign in to comment.