Added auth functionality, initial work with views and field types
This commit is contained in:
@@ -59,11 +59,6 @@ export class SetupAppController {
|
||||
@Param('pageSlug') pageSlug: string,
|
||||
@Body() data: any,
|
||||
) {
|
||||
return this.appBuilderService.updatePage(
|
||||
tenantId,
|
||||
appSlug,
|
||||
pageSlug,
|
||||
data,
|
||||
);
|
||||
return this.appBuilderService.updatePage(tenantId, appSlug, pageSlug, data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user