diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/const.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/const.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/const.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/const.go new file mode 100644 index 0000000..3d26797 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/const.go @@ -0,0 +1,7 @@ +// Code generated by msgraph.go/gen DO NOT EDIT. + +package msgraph + +const ( + defaultBaseURL = "https://graph.microsoft.com/beta" +) |
