Skip to content

Commit

Permalink
Update demo.node.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed May 30, 2024
1 parent f8541e3 commit 17d404d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest/demo/demo.node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace $ {
}
}

@ $mol_mem test() { return $mol_rest_demo_test.make({}) }
@ $mol_memo.method test() { return $mol_rest_demo_test.make({}) }
@ $mol_memo.method crud() { return $mol_rest_demo_crud.make({}) }

}
Expand Down Expand Up @@ -42,7 +42,7 @@ namespace $ {
msg.reply( null )
}

@ $mol_mem nested() { return $mol_rest_demo_test.make({}) }
@ $mol_memo.method nested() { return $mol_rest_demo_test.make({}) }

}

Expand Down

0 comments on commit 17d404d

Please sign in to comment.