From cd7e984ba10b215a2c5085fa5ccec74587385e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20R=C3=A5gstad?= Date: Sun, 15 Oct 2023 22:45:51 +0200 Subject: [PATCH] Add routing links --- examples/todo/webx/index.webx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/todo/webx/index.webx b/examples/todo/webx/index.webx index e22dab9..c19b9aa 100644 --- a/examples/todo/webx/index.webx +++ b/examples/todo/webx/index.webx @@ -5,6 +5,7 @@ get / (

This is an example index page.

+ About ) @@ -52,6 +53,7 @@ handler authenticate(user_id: Number) { get /about (

About

This is an example WebX project.

+ Home
) location todos {