Skip to content

Commit

Permalink
Add proxy to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadAkthamObeidat committed Jan 17, 2020
1 parent 4315e39 commit e091b4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
}
},
"proxy": "http://localhost:9000"
}
3 changes: 3 additions & 0 deletions view/src/Assets/CSS/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body{
background-image: url('../Images/Background.png');
}

0 comments on commit e091b4e

Please sign in to comment.