Corrected project name
Replaced "Sinky" with "Leaky" in the backend
This commit is contained in:
parent
fe945a3e06
commit
cf92993e8a
18 changed files with 38 additions and 38 deletions
8
backend/LeakyShipsAPI/Hubs/GameHub.cs
Normal file
8
backend/LeakyShipsAPI/Hubs/GameHub.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace LeakyShipsAPI.Hubs;
|
||||
|
||||
public class GameHub : Hub
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue