diff --git a/src/main.rs b/src/main.rs index e1408eb..3de0027 100644 --- a/src/main.rs +++ b/src/main.rs @@ -251,6 +251,6 @@ async fn rocket() -> _ { update_transaction ], ) - .mount("/static", FileServer::from("js/dist")) + .mount("/static", FileServer::from("static")) .attach(Template::fairing()) } diff --git a/static b/static new file mode 120000 index 0000000..59cd68f --- /dev/null +++ b/static @@ -0,0 +1 @@ +js/dist \ No newline at end of file