actor ap retrieval functionnal

This commit is contained in:
Nicolas Constant
2020-06-06 00:14:42 -04:00
parent 3aed16024f
commit e1ef37d504
17 changed files with 268 additions and 39 deletions

View File

@@ -0,0 +1,7 @@
namespace BirdsiteLive.Common.Settings
{
public class InstanceSettings
{
public string Domain { get; set; }
}
}