mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
11 lines
No EOL
180 B
C#
11 lines
No EOL
180 B
C#
using Microsoft.AspNetCore.Mvc.RazorPages;
|
|
|
|
namespace PluralKit.Web.Pages
|
|
{
|
|
public class IndexModel : PageModel
|
|
{
|
|
public void OnGet()
|
|
{
|
|
}
|
|
}
|
|
} |