mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 05:42:47 -07:00
feat: create route handler macro
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
pub mod ssr;
|
||||
pub use ssr_rs::Ssr;
|
||||
pub use tuono_lib_macros::handler;
|
||||
|
||||
pub enum Response {
|
||||
Redirect(String),
|
||||
Props(String),
|
||||
}
|
||||
Reference in New Issue
Block a user