GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
codeopinion
/
Undo
Transfer to URL with SHA
Find file
Newer
Older
tree:
77759a6a9c
Switch branches
×
master
Undo
/
BlazorClient
/ TweetHub.cs
Derek Comartin
on 28 Mar 2023
98 bytes
Init
Raw
Blame
History
using Microsoft.AspNetCore.SignalR; namespace BlazorClient; public class TweetHub : Hub { }