This website requires JavaScript.
Explore
Help
Sign In
thallada
/
crawlnicle
Watch
1
Star
0
Fork
0
You've already forked crawlnicle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3f028c3088
crawlnicle
/
src
/
handlers
/
mod.rs
6 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
Add maud for frontend and move api to sub module
2023-06-01 04:03:00 +00:00
pub
mod
api
;
Add rudimentary entry page, fix main frame link navigation
2023-06-02 04:31:25 +00:00
pub
mod
entry
;
Add maud for frontend and move api to sub module
2023-06-01 04:03:00 +00:00
pub
mod
home
;
Add layout and feeds page, add hotwire
2023-06-02 02:48:09 +00:00
pub
mod
feeds
;
Add /log page that displays server log This will eventually be behind an authorization guard so that only I have access, but it's useful to have for monitoring and testing out turbo streams.
2023-06-03 05:09:25 +00:00
pub
mod
log
;
Reference in New Issue
Copy Permalink