Skip to content

Commit

Permalink
issue ZiaCodes#7 UI design added
Browse files Browse the repository at this point in the history
  • Loading branch information
ronitblenz committed Feb 12, 2022
1 parent 8a1aa95 commit 49b96b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ app.get('/', (req, res) => {
app.set("views", path.join(__dirname, "views"));
app.set("view engine", "ejs");

app.listen(5000, () => {
console.log(`Server is running at http://localhost:5000`)
app.listen(5555, () => {
console.log(`Server is running at http://localhost:5555`)
})
Binary file added assets/UI_design/Counter Card.fig
Binary file not shown.
2 changes: 1 addition & 1 deletion count.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1:9264c31248112509467d33311d1381a9b09fbb66a369dce0cd8ca8d235bc9a5e
5:fe08f7a035e344005d191057bb83e87f3b198977bb39106018284ba0906d100e

0 comments on commit 49b96b2

Please sign in to comment.