Skip to content

Commit

Permalink
#1570 check if shape file is uploading correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Nov 20, 2023
1 parent f168fdb commit 2e1f9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class WebService {
}

addHubUrlPath(headers)
headers."Authorization" = grailsApplication.config.getProperty("api_key")
headers."Authorization" = getAuthHeader()
if (user) {
headers[grailsApplication.config.app.http.header.userId] = user.userId
}
Expand Down

0 comments on commit 2e1f9ce

Please sign in to comment.