mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-10 22:17:54 +02:00
API: Changed uninstantiated class Program to static
This commit is contained in:
@ -6,7 +6,7 @@ using Tranga.LibraryManagers;
|
||||
|
||||
namespace API;
|
||||
|
||||
public class Program
|
||||
public static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
|
Reference in New Issue
Block a user