debug
This commit is contained in:
@@ -3,7 +3,7 @@ import type { ICredentialTestRequest, ICredentialType, INodeProperties, Icon } f
|
||||
export class GwezzChangdunovelApi implements ICredentialType {
|
||||
name = 'gwezzChangdunovelApi';
|
||||
|
||||
displayName = 'Gwezz 常读分销 API';
|
||||
displayName = 'Gwezz Changdu Novel API';
|
||||
|
||||
icon = { light: 'file:../icons/gwezz.svg', dark: 'file:../icons/gwezz.dark.svg' } as Icon;
|
||||
|
||||
@@ -31,7 +31,8 @@ export class GwezzChangdunovelApi implements ICredentialType {
|
||||
|
||||
test: ICredentialTestRequest = {
|
||||
request: {
|
||||
url: 'https://www.changdunovel.com/novelsale/openapi',
|
||||
method: 'GET',
|
||||
url: 'https://httpbin.org/status/200',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user