aboutsummaryrefslogtreecommitdiff
path: root/ttwhy/routers.cppm
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-18 16:42:03 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-18 17:04:51 +0200
commita7aadafc8d6842fb960786d4840dc29c490d3071 (patch)
tree50fd136e3d88807dc9e0bce8899712be5325b10e /ttwhy/routers.cppm
parentc6262346b45b6c84fd1a009f21465d3af1b63593 (diff)
downloadttwhy-a7aadafc8d6842fb960786d4840dc29c490d3071.tar.xz
ttwhy-a7aadafc8d6842fb960786d4840dc29c490d3071.zip
lib: add simple echo router
Diffstat (limited to 'ttwhy/routers.cppm')
-rw-r--r--ttwhy/routers.cppm3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttwhy/routers.cppm b/ttwhy/routers.cppm
new file mode 100644
index 0000000..fbab282
--- /dev/null
+++ b/ttwhy/routers.cppm
@@ -0,0 +1,3 @@
+export module ttwhy.routers;
+
+export import :echo;