Skip to content

Commit 8315e7d

Browse files
authored
Update csharp.cs
1 parent aeacdb0 commit 8315e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Program
1414
static void Main(string[] args)
1515
{
1616
//connection settings
17-
string url = "http://XXX.jitbit.com/helpdesk/api/tickets";
17+
string url = "https://XXX.jitbit.com/helpdesk/api/tickets";
1818
string username = "username";
1919
string password = "password";
2020

0 commit comments

Comments
 (0)