Initial backend draft
This commit is contained in:
parent
b6293beeec
commit
84ad96d628
18 changed files with 148 additions and 0 deletions
7
backend/Models/Server.cs
Normal file
7
backend/Models/Server.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace JellyGlass.Models;
|
||||
|
||||
public class Server
|
||||
{
|
||||
public string Owner { get; set; }
|
||||
public Uri Url { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue