Added hardware routes and views

This commit is contained in:
2023-12-02 22:37:46 -05:00
parent c5df026d04
commit 4ad9a92306
7 changed files with 144 additions and 1 deletions

View File

@ -8,7 +8,6 @@ type Hardware struct {
gorm.Model
Name string
Type string
Description string
// has many tests
Tests[] Test