update navigation + profile
This commit is contained in:
@@ -66,4 +66,20 @@ export class ParteyTimeslotsService {
|
||||
return this.http.delete(environment.apiUrl + "/partey/timeslots/" + id);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class ParteyTagsService {
|
||||
|
||||
constructor(private http: HttpClient) {
|
||||
}
|
||||
|
||||
get() {
|
||||
return this.http.get(environment.apiUrl + "/partey/tags");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user