add module for api client

Add js apiclient init module
This commit is contained in:
Matthew Strasiotto
2022-08-14 13:13:06 +10:00
committed by Matthew Strasitoto
parent cc05b12a23
commit f810ea7259
5 changed files with 160 additions and 3 deletions
+2 -2
View File
@@ -112,9 +112,9 @@ public class SSOViewsController : ControllerBase
}
/// <summary>
/// Returns the shared js module that initializes the ApiClient.
/// Get the shared js module that initializes the ApiClient.
/// </summary>
/// <returns>The html view for the linking interface.</returns>
/// <returns>Returns the shared js module that initializes the ApiClient.</returns>
// [Authorize(Policy = "DefaultAuthorization")]
[HttpGet("ApiClient.js")]
public ActionResult GetApiClientView()