Added hardware routes and views

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 7c13b1f209
commit 93778274c2
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