mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-18 14:51:02 +00:00
Resolve "Wrap APIDocsExample cURL URLs in quotes."
This commit is contained in:
parent
1418e1134a
commit
87522d69b4
2 changed files with 2 additions and 1 deletions
web-frontend/modules/database/components/docs
|
@ -236,7 +236,7 @@ export default {
|
|||
example += ` \\\n-F file=@${this.fileRequest}`
|
||||
}
|
||||
|
||||
example += `\n${this.url}`
|
||||
example += `\n"${this.url}"`
|
||||
|
||||
if (this.request !== false) {
|
||||
index++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue