Эх сурвалжийг харах

fix: remove _method param from APIG list query (Parse rejects it)

gangvy 5 сар өмнө
parent
commit
7e1ae5d4cc
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      src/app/app.ts

+ 0 - 1
src/app/app.ts

@@ -168,7 +168,6 @@ export class App implements OnInit {
     this.apigListLoading = true;
     try {
       const query: any = {
-        _method: 'GET',
         where: JSON.stringify({ isVerified: true }),
         keys: 'title,content,priceStep',
         order: '-updatedAt',