Skip to content

Commit

Permalink
Fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-s-beers committed Mar 27, 2022
1 parent c1df016 commit cfbee72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ async fn index(path: web::Path<String>) -> impl Responder {
"-M",
"dir=rtl",
"-H",
"/head.html",
"head.html",
"-A",
"/script.html",
"script.html",
])
.output()
{
Expand Down

0 comments on commit cfbee72

Please sign in to comment.