namespaces and guest game invitations
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
using AspShogiSockets.Repositories.RepositoryManagers;
|
||||
using AspShogiSockets.ServiceModels.Api.Messages;
|
||||
using Gameboard.ShogiUI.Sockets.Managers;
|
||||
using Gameboard.ShogiUI.Sockets.Repositories;
|
||||
using Gameboard.ShogiUI.Sockets.Repositories.RepositoryManagers;
|
||||
using Gameboard.ShogiUI.Sockets.ServiceModels.Api.Messages;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Websockets.Managers;
|
||||
using Websockets.Repositories;
|
||||
using Websockets.ServiceModels;
|
||||
|
||||
namespace Websockets.Controllers
|
||||
namespace Gameboard.ShogiUI.Sockets.Controllers
|
||||
{
|
||||
[Authorize]
|
||||
[Route("[controller]")]
|
||||
|
||||
Reference in New Issue
Block a user