Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Oct 31, 2017
1 parent 7040bb2 commit 7281c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApiAi/ApiAi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ApiAi</id>
<version>1.0.3</version>
<version>1.0.4</version>
<title>Dialogflow.com library (ApiAi)</title>
<authors>Nick Rimmer</authors>
<owners>Nick Rimmer</owners>
Expand Down
2 changes: 1 addition & 1 deletion ApiAi/Models/ConfigModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ConfigModel
{
#region magic
internal static string
BaseUrl = @"https://api.dialogflow.com/v1/",
BaseUrl = @"https://api.dialogflow.com/v1",
VersionCode = @"20150910";

#endregion
Expand Down

0 comments on commit 7281c8b

Please sign in to comment.