We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39505f commit a0b136cCopy full SHA for a0b136c
includes/RestApi/AppController.php
@@ -11,7 +11,6 @@
11
* This controller manages the REST API routes and handlers for the onboarding
12
* application functionality. It provides endpoints for starting and completing
13
* the onboarding process.
14
- *
15
*/
16
class AppController {
17
@@ -35,7 +34,6 @@ class AppController {
35
34
* Registers two main endpoints:
36
* - /app/start: Initiates the onboarding process
37
* - /app/complete: Completes the onboarding process with selected homepage
38
39
40
public function register_routes() {
41
\register_rest_route(
0 commit comments