petite factorisation
This commit is contained in:
parent
fd129f19f5
commit
b2a35b60ce
9 changed files with 26 additions and 32 deletions
|
|
@ -9,10 +9,11 @@ using Yavsc.Models.Messaging;
|
|||
using Yavsc.Services;
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
using Yavsc.Server.Helpers;
|
||||
using static Yavsc.Blogs.Constants;
|
||||
|
||||
namespace Yavsc.Blogs.Controllers
|
||||
{
|
||||
[Authorize, Route("api/stream")]
|
||||
[Authorize, Route(APIPrefix + "/stream")]
|
||||
public partial class FileSystemStreamController : Controller
|
||||
{
|
||||
private readonly ILogger logger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue