save before experiment, broken
This commit is contained in:
parent
1b207c1ce6
commit
2e0802ac73
3 changed files with 103 additions and 37 deletions
|
@ -13,7 +13,7 @@ class Category {
|
|||
});
|
||||
}
|
||||
|
||||
Future<List<Category>> getCategories() async {
|
||||
Future<List<Category>> getCategories() async { // confusing name
|
||||
const url = "https://dev.peartrade.org/api/search/category";
|
||||
var token;
|
||||
|
||||
|
|
Reference in a new issue