GraphQLTest: update

This commit is contained in:
Jonathan Jenne
2022-10-24 14:11:26 +02:00
parent ff7b2c8612
commit e542573216
7 changed files with 63 additions and 58 deletions

View File

@@ -76,7 +76,7 @@ Partial Class frmMain
Me.txtBaseUrl.Name = "txtBaseUrl"
Me.txtBaseUrl.Size = New System.Drawing.Size(338, 20)
Me.txtBaseUrl.TabIndex = 1
Me.txtBaseUrl.Text = "https://data.api.wisag.de:8443"
Me.txtBaseUrl.Text = "https://api.wisag.de:8443"
'
'txtUsername
'
@@ -100,7 +100,7 @@ Partial Class frmMain
Me.txtCertFile.Name = "txtCertFile"
Me.txtCertFile.Size = New System.Drawing.Size(338, 20)
Me.txtCertFile.TabIndex = 1
Me.txtCertFile.Text = "E:\JenneJ\WISAG\jonathanjenne.pfx"
Me.txtCertFile.Text = "E:\JenneJ\WISAG\digitaldata.pfx"
'
'txtCertPass
'
@@ -108,7 +108,7 @@ Partial Class frmMain
Me.txtCertPass.Name = "txtCertPass"
Me.txtCertPass.Size = New System.Drawing.Size(338, 20)
Me.txtCertPass.TabIndex = 1
Me.txtCertPass.Text = "jonathanjenne"
Me.txtCertPass.Text = "digitaldata"
'
'Label1
'