Skip to content

Commit

Permalink
Update routes.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t authored Aug 14, 2023
1 parent 1a3a317 commit 87f93d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ pub fn route() -> Router {
Router::with_path("/video/<colon:colon>/transcode/<**rest>")
.handle(redirect_stream),
)
.push(
Router::with_path("/<colon:colon>/timeline/<**rest>")
.handle(redirect_stream),
)
//.push(
// Router::with_path("/<colon:colon>/timeline/<**rest>")
// .handle(redirect_stream),
//)
.push(
Router::with_path(
"/library/parts/<itemid>/<partid>/file.<extension>",
Expand Down

0 comments on commit 87f93d2

Please sign in to comment.