TOS
Bugfix stream editor
This commit is contained in:
11
NostrStreamer/Pages/Tos.cshtml.cs
Normal file
11
NostrStreamer/Pages/Tos.cshtml.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace NostrStreamer.Pages;
|
||||
|
||||
public class Tos : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user