vents: init, news: rename to blog #10
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
dd-ix/website-content-api!10
Loading…
Reference in a new issue
No description provided.
Delete branch "events"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
use time, it's already a dependency
@ -52,7 +54,7 @@ async fn main() -> anyhow::Result<()> {));@ -36,3 +38,1 @@.route("/news/:lang", get(list_posts)).route("/news/:lang/:slug", get(find_post)).route("/news/keywords", get(find_keywords)).route("/blog/:lang", get(list_posts))Maybe use query parameters
before/after?