Skip to content

Commit 1943a68

Browse files
author
Olivier Bonnaure
committed
feat: update welcome page
1 parent f123b18 commit 1943a68

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/controllers/welcome_controller.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ local app = {
22
index = function()
33
Page("welcome/index", "app")
44
-- or
5-
-- local data = Adb.primary:Aql([[
6-
-- FOR c IN customers LIMIT 10 RETURN c
7-
-- ]]).result
8-
-- WriteJSON(data)
5+
-- WriteJSON({ "demo" => true })
96
end,
107
}
118

0 commit comments

Comments
 (0)