Skip to content

Commit 2691725

Browse files
fix: /tutorial endpoint
1 parent 762f953 commit 2691725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ export default class Browser extends DashboardView {
947947
const user = AccountManager.currentUser();
948948
let playVideoTutorial = user && user.playDatabaseBrowserTutorial;
949949
if (playVideoTutorial) {
950-
post(`${b4aSettings.BACK4APP_API_PATH}/tutorial`, { databaseBrowser: true });
950+
post(`/tutorial`, { databaseBrowser: true });
951951
}
952952
browser = (
953953
<DataBrowser

0 commit comments

Comments
 (0)