Skip to content
Snippets Groups Projects
Commit 3c708ba0 authored by Julian Matschinske's avatar Julian Matschinske
Browse files

Append missing slash

parent b1713168
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { HttpClient } from '@angular/common/http';
import { environment } from '../environments/environment';
const networkUrl = `${environment.backend}` + 'network';
const networkUrl = `${environment.backend}` + 'network/';
@Injectable({
providedIn: 'root'
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment