fix domain
This commit is contained in:
@@ -111,7 +111,7 @@ export class LicenseService {
|
||||
* 调用远程许可证API
|
||||
*/
|
||||
private static async callRemoteLicenseAPI(domain: string, pluginId: string): Promise<string | null> {
|
||||
const url = 'https://penguin-informed-mildly.ngrok-free.app/api/license/check';
|
||||
const url = 'https://kintone.alicorns.co.jp/api/license/check';
|
||||
const method = 'POST';
|
||||
const headers = { 'Content-Type': 'application/json' };
|
||||
const body = {
|
||||
|
||||
Reference in New Issue
Block a user