We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762f953 commit 2691725Copy full SHA for 2691725
src/dashboard/Data/Browser/Browser.react.js
@@ -947,7 +947,7 @@ export default class Browser extends DashboardView {
947
const user = AccountManager.currentUser();
948
let playVideoTutorial = user && user.playDatabaseBrowserTutorial;
949
if (playVideoTutorial) {
950
- post(`${b4aSettings.BACK4APP_API_PATH}/tutorial`, { databaseBrowser: true });
+ post(`/tutorial`, { databaseBrowser: true });
951
}
952
browser = (
953
<DataBrowser
0 commit comments