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