mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-20 10:07:54 +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