Skip to content

Commit cfedb84

Browse files
Update index.php
Signed-off-by: Wilson Neto B.R. <[email protected]>
1 parent 927e083 commit cfedb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
$router = new ExpressRouter\Router();
66

7-
$router->get("/test", function ($req, $res) { return $res->response(array("ok" => true, "tip" => "Use /articles", "version" => "1.0.2")); });
7+
$router->get("/test", function ($req, $res) { return $res->response(array("ok" => true, "tip" => "Use /articles", "version" => "2.0.2")); });
88

99
$router->get("/articles", function ($req, $res) { return $res->response(array("example" => "list of articles")); });
1010

0 commit comments

Comments
 (0)