Added route to view test

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 65550c983c
commit 81a87e2761
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ import (
type Test struct {
gorm.Model
Title string
Name string
// belongs to hardware
HardwareID int