✨ Wallet, payment, developer apps, feature flags of publishers
♻️ Simplified the permission check of chat room, realm, publishers
This commit is contained in:
11
DysonNetwork.Sphere/Developer/CustomAppController.cs
Normal file
11
DysonNetwork.Sphere/Developer/CustomAppController.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using DysonNetwork.Sphere.Publisher;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace DysonNetwork.Sphere.Developer;
|
||||
|
||||
[ApiController]
|
||||
[Route("/developers/apps")]
|
||||
public class CustomAppController(PublisherService ps) : ControllerBase
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user