This commit is contained in:
2026-05-28 07:32:56 +03:30
parent c977339613
commit db8b50d02d
7 changed files with 1319 additions and 3 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ namespace xTagService.DI
var pushHelper = new XPushServiceHelper();
//
pushHelper.AddHub<XTagDtoHub>("stringDto");
pushHelper.AddHub<XTagEntityHub>("stringEntity");
pushHelper.AddHub<XTagDtoHub>("tagDto");
pushHelper.AddHub<XTagEntityHub>("tagEntity");
//
app.UseXPushService(pushHelper);