JS and its ecosystem is absolute garbage
This commit is contained in:
parent
f1c1486417
commit
e5d96243d4
20 changed files with 2796 additions and 2982 deletions
|
|
@ -136,7 +136,7 @@ impl HttpApi {
|
|||
get(|| async {
|
||||
(
|
||||
[("Content-Type", "text/html")],
|
||||
include_str!("../webui/index.html"),
|
||||
include_str!("../webui/dist/index.html"),
|
||||
)
|
||||
}),
|
||||
)
|
||||
|
|
@ -145,7 +145,7 @@ impl HttpApi {
|
|||
get(|| async {
|
||||
(
|
||||
[("Content-Type", "application/javascript")],
|
||||
include_str!("../webui/app.js"),
|
||||
include_str!("../webui/dist/app.js"),
|
||||
)
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue