created tracker api endpoint and created UI interface for trackers
This commit is contained in:
@@ -17,5 +17,7 @@ func AutoMigrate(db *gorm.DB) error {
|
||||
&models.Device{},
|
||||
&models.Record{},
|
||||
&models.UserDevice{},
|
||||
&models.Tracker{},
|
||||
&models.UserTracker{},
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user