mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
fix urls with base
This commit is contained in:
@@ -17,7 +17,7 @@ export const brouterProfiles: { [key: string]: string } = {
|
||||
railway: 'rail'
|
||||
};
|
||||
export const routingProfileSelectItem = writable({
|
||||
value: '',
|
||||
value: 'bike',
|
||||
label: ''
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user