mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-22 19:44:15 +02:00
Return array for GetAvailableControllers
This commit is contained in:
@ -47,7 +47,7 @@ app.UseSwaggerUI();
|
||||
|
||||
app.UseCors(corsHeader);
|
||||
|
||||
app.MapGet("/Tranga/GetAvailableControllers", () => taskManager.GetAvailableConnectors());
|
||||
app.MapGet("/Tranga/GetAvailableControllers", () => taskManager.GetAvailableConnectors().Keys.ToArray());
|
||||
|
||||
app.MapGet("/Tranga/GetKnownPublications", () => taskManager.GetAllPublications());
|
||||
|
||||
|
Reference in New Issue
Block a user