mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-08-05 12:14:12 +00:00
add module for api client
Add js apiclient init module
This commit is contained in:
committed by
Matthew Strasitoto
parent
cc05b12a23
commit
f810ea7259
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user