Skip to content

Commit a48c29a

Browse files
author
Olivier Bonnaure
committed
fix: Routes definition
1 parent 3cd423f commit a48c29a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/routes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Routes = { ["GET"] = {
2-
[""] = { ["@"] = "welcome#index" },
2+
[""] = "welcome#index",
33
["pdf"] = { ["@"] = "welcome#pdf" },
44
["chart"] = { ["@"] = "welcome#chart" },
55
["redis-incr"] = { ["@"] = "welcome#redis_incr" }

0 commit comments

Comments
 (0)