Skip to content

Commit faea24f

Browse files
committed
chore(tests): log list of providers in test environment
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent fba9d53 commit faea24f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mixins/pickLink.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import { getLinkWithPicker } from '@nextcloud/vue/dist/Components/NcRichText.js'
1111
export default {
1212
methods: {
1313
async pickLink() {
14+
axios.get(generateOcsUrl('references/providers'))
15+
.then((response) => {
16+
console.log(response.data.ocs.data)
17+
})
18+
1419
try {
1520
if (this.showLinkPicker) {
1621
return

0 commit comments

Comments
 (0)