skills screen
This commit is contained in:
parent
cac5fad8ce
commit
a920f5fb45
49 changed files with 681 additions and 168 deletions
|
@ -1,5 +1,6 @@
|
|||
import { HttpMethod, HttpRepository } from "../../core/repository/core_http_repository";
|
||||
|
||||
export class TopicsHttpRepository extends HttpRepository {
|
||||
getAllTopics = () => this._jsonRequest(HttpMethod.GET, "/topics");
|
||||
featureApi = "/topics";
|
||||
getAllTopics = () => this._jsonRequest(HttpMethod.GET, this.featureApi);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue