frontend-app-api: note on setting base path correctly

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Philipp Hugenroth <philipph@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-08 15:42:41 +02:00
parent 3b1d747704
commit 70169897f5
@@ -48,6 +48,7 @@ export const CoreRouter = createExtension({
return element;
};
bind({
// TODO: set base path using the logic from AppRouter
component: () => (
<BrowserRouter>
<Routes />