fixed a logger init issue and added panel url
This commit is contained in:
@@ -12,6 +12,13 @@ namespace WebAPI.Controllers
|
||||
[ApiController]
|
||||
public class HelloWorldController : ControllerBase
|
||||
{
|
||||
private readonly PterodactylService _pterodactylService;
|
||||
|
||||
public HelloWorldController(PterodactylService pterodactylService)
|
||||
{
|
||||
_pterodactylService = pterodactylService;
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public async Task<string> HelloWorld()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user