aboutsummaryrefslogtreecommitdiff
path: root/src/routes/device.rs
Commit message (Collapse)AuthorAge
* Closes #19. Added OpenApi through `utoipa`FxQnLr2024-03-04
|
* Closes #16. Impl auth as extractorFxQnLr2024-02-25
|
* Refactor stuff. Use Postgres TypesFxQnLr2024-02-18
|
* Closes #15. No usable Error message right nowFxQnLr2024-02-15
|
* Closes #10 & #12. Added `thiserror` crate and changed to `IntoSocketAddr` ↵FxQnLr2024-02-15
| | | | for easier usage and error handling
* Close #9. Config impl with struct and filesFxQnLr2024-02-12
|
* fix clippyFxQnLr2024-02-11
|
* update to axum 0.7 and cargo updateFxQnLr2023-11-29
|
* add eta with average startup timeFxQnLr2023-11-08
|
* ping timeout and cleanupFxQnLr2023-11-02
|
* add ip to database and use for ping, remove arc from pingmapFxQnLr2023-10-29
|
* first ping impl baseline, doesnt workfx2023-10-24
|
* test this fing shit on pi wohoofx2023-10-14
|
* db int for apifx2023-10-09