Add Face
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
2026-06-19 18:19:30 +03:00
parent 794fc621ff
commit 90cbc7c506
14 changed files with 33988 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
using Microsoft.AspNetCore.SignalR;
namespace FaceRecognitionApp.Hubs;
public class FaceHub : Hub
{
}