Skip to content

Commit

Permalink
Update index.webx
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Sep 30, 2023
1 parent ee75092 commit 1b62cbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/todo/webx/index.webx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// test

post list/all/(data : Int)/data json(a: b, c : D) -> renderAllTodos(todos, test): out, hc() : u
post list/all/(data : Int)/data json(a: T, b : U) -> renderAllTodos(todos, test): out, hc() : u

post /about/(id: Num) form(text: String) -> renderAllTodos(a, b): c {
const a = [5];
if true { console.log(text); }
} -> renderAllTodos(a, b, c)


// This is an example WebX todo app project.
global {
// Global in-memory database of todos for this example.
Expand Down

0 comments on commit 1b62cbf

Please sign in to comment.