Skip to content

Commit

Permalink
Drop useless trailing /
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Sep 19, 2024
1 parent d8582a5 commit b97fc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/stores/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const useMainStore = defineStore('main', {
})
try {
const response = (
await axios.post<PostRequestResponse>(this.config.zimit_ui_api + '/requests/', payload)
await axios.post<PostRequestResponse>(this.config.zimit_ui_api + '/requests', payload)
).data
this.taskId = response.id
} catch (error) {
Expand Down

0 comments on commit b97fc6d

Please sign in to comment.