Added support chat. Added resource service. Added server backups

This commit is contained in:
Marcel Baumgartner
2023-02-21 21:22:40 +01:00
parent c3eadf9133
commit 0b6882d3f8
26 changed files with 2408 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
namespace Moonlight.App.Models.Misc;
public enum QuestionType
{
ServerUrl
}