Use underscores in urls

This commit is contained in:
richard-dds
2019-08-29 11:10:05 -04:00
parent 04b77c113c
commit b7fbe9d2ac
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ export default {
this.sizeError = false
},
getUploader: async function() {
return fetch(`/task_orders/${this.portfolioId}/upload-token`, {
return fetch(`/task_orders/${this.portfolioId}/upload_token`, {
credentials: 'include',
})
.then(response => response.json())