diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-18 16:42:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-18 17:04:51 +0200 |
| commit | a7aadafc8d6842fb960786d4840dc29c490d3071 (patch) | |
| tree | 50fd136e3d88807dc9e0bce8899712be5325b10e /ttwhy/routers.cppm | |
| parent | c6262346b45b6c84fd1a009f21465d3af1b63593 (diff) | |
| download | ttwhy-a7aadafc8d6842fb960786d4840dc29c490d3071.tar.xz ttwhy-a7aadafc8d6842fb960786d4840dc29c490d3071.zip | |
lib: add simple echo router
Diffstat (limited to 'ttwhy/routers.cppm')
| -rw-r--r-- | ttwhy/routers.cppm | 3 |
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; |
