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

Commit

Permalink
Add slash to smartsheetgov url constant
Browse files Browse the repository at this point in the history
  • Loading branch information
emilykoh committed Apr 24, 2019
1 parent 863845b commit d8dbb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ exports.createClient = function(clientOptions) {

exports.smartSheetURIs = {
defaultBaseURI: 'https://api.smartsheet.com/2.0/',
govBaseURI: 'https://api.smartsheetgov.com/2.0'
govBaseURI: 'https://api.smartsheetgov.com/2.0/'
}

0 comments on commit d8dbb27

Please sign in to comment.