Skip to content

Commit a6f964c

Browse files
authored
fix: change base path to match reverse-proxy
1 parent 9a634f7 commit a6f964c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fn index() -> &'static str {
152152
#[rocket::main]
153153
async fn main() {
154154
rocket::build()
155-
.mount("/", routes![index, send])
155+
.mount("/mail-sender", routes![index, send])
156156
.launch()
157157
.await
158158
.unwrap();

0 commit comments

Comments
 (0)