Skip to content
Snippets Groups Projects
Commit 3bc460f8 authored by Samuel Kacmar's avatar Samuel Kacmar
Browse files

Update Program.cs

parent 789dde14
No related branches found
No related tags found
No related merge requests found
using SDK;
using SDK;
using SDK.Communication;
using SDK.Models;
using System;
......@@ -28,7 +28,7 @@ namespace Main
// Define connection options with specific credentials and client identifiers
ConnectionOptionsBuilder optionsBuilder = new ConnectionOptionsBuilder();
ConnectionOptions connectionOptions = optionsBuilder
.Url("http://api.platform.twinzo.eu/")
.Url("https://api.platform.twinzo.eu/")
.Client(ClientName)
.ClientGuid(ClientGuid)
.BranchGuid(BranchGuid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment