#sprint-4
This commit is contained in:
parent
5cf53213bb
commit
413231576e
@ -34,6 +34,7 @@ class Projects {
|
||||
) async {
|
||||
try {
|
||||
final id = await auth.setToken();
|
||||
print(id);
|
||||
if (id != null) {
|
||||
final response = await api.post(
|
||||
'/collections/project/records',
|
||||
|
Loading…
x
Reference in New Issue
Block a user