Added route to view test

This commit is contained in:
Gregory Ballantine
2024-05-29 08:45:53 -04:00
parent cf7623fbb9
commit dea08d15dd
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