mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-13 22:51:49 +02:00
fix: fixed trailing slash for server address
This commit is contained in:
@ -9,7 +9,7 @@ export class ServerSettingsService {
|
||||
|
||||
getServerAddress() {
|
||||
return (
|
||||
this.appConfigService.getConfig().baseUrl ?? 'http://localhost/api/v1'
|
||||
this.appConfigService.getConfig().baseUrl ?? 'http://localhost/api/v1/'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user