Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Keren committed Dec 5, 2023
1 parent 636ee26 commit 5fcb88d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,5 @@ dist
.pnp.*

#Wing
target/
target/
wing.js
3 changes: 2 additions & 1 deletion backend/main.w
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ api.get("/title", inflight () => {
status:200,
body: "Hello from Api"
};
});
});

4 changes: 0 additions & 4 deletions client/public/wing.js

This file was deleted.

12 changes: 0 additions & 12 deletions package.json

This file was deleted.

0 comments on commit 5fcb88d

Please sign in to comment.