diff --git a/BCF-API/Program.cs b/BCF-API/Program.cs index ac95d65..d58f918 100644 --- a/BCF-API/Program.cs +++ b/BCF-API/Program.cs @@ -18,7 +18,7 @@ static class Program [STAThread] static void Main() { - // Please fill inn: + // Please fill in: string url = "https://bim--it.net/bcf"; string clientId = "YOUR_CLIENT_ID"; string clientSecret = "YOU_CLIENT_SECRET";