Skip to content

Commit

Permalink
Use Hello Controller like other frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Mar 11, 2024
1 parent 6b75e88 commit 82fed56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kumbia-1.2/_benchmark/hello_world.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
url="$base/$fw/default/public/index.php/helloworld/index"
url="$base/$fw/default/public/index.php/hello/index"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class HelloworldController extends AppController
class HelloController extends AppController
{

public function index()
Expand Down

0 comments on commit 82fed56

Please sign in to comment.