Optimized userinfo endpoint

This commit is contained in:
2024-02-01 15:08:40 +08:00
parent cfc1115b2f
commit e2b609cf43
8 changed files with 170 additions and 30 deletions

View File

@ -16,6 +16,7 @@ func RunMigration(source *gorm.DB) error {
&models.MagicToken{},
&models.ThirdClient{},
&models.ActionEvent{},
&models.Notification{},
); err != nil {
return err
}