Skip to content

Commit

Permalink
dim-web (#537)
Browse files Browse the repository at this point in the history
* dim-web: initial commit

* address compiler warnings

* dim-web: begin porting warp handlers to axum

* dim-web: finish migrating warp routes into axum router

* rebase dim-web on master

* PR feedback

* Update dim-web/src/routes/websocket.rs

Co-authored-by: Valerian G. <[email protected]>

---------

Co-authored-by: Valerian G. <[email protected]>
  • Loading branch information
mental32 and vgarleanu authored Apr 5, 2023
1 parent 990e2a1 commit 9211b4b
Show file tree
Hide file tree
Showing 28 changed files with 2,146 additions and 1,458 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.cargo.features": []
}
"rust-analyzer.cargo.features": [],
}
Loading

0 comments on commit 9211b4b

Please sign in to comment.