mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-29 11:47:37 +02:00
Fixed url capitalization
This commit is contained in:
@@ -10,7 +10,7 @@ export default function DbSelector({ onDbSelect, closeClick, text, showAll }) {
|
||||
|
||||
useEffect(() => {
|
||||
console.info('Fetching dbs')
|
||||
fetch(`${constants.apiUrl}getdbs`, {
|
||||
fetch(`${constants.apiUrl}getDbs`, {
|
||||
credentials: 'include',
|
||||
})
|
||||
.then((resp) => {
|
||||
|
||||
Reference in New Issue
Block a user