Added route to view test

This commit is contained in:
Gregory Ballantine
2024-05-29 08:43:57 -04:00
parent a51c8aa8a4
commit cf7623fbb9
3 changed files with 3 additions and 3 deletions

View File

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