Implement support for serving webui
This commit is contained in:
@@ -12,5 +12,5 @@ serde_json = "1.0"
|
||||
bcrypt = "0.17.1"
|
||||
uuid = { version = "1.0", features = ["v4", "serde"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
tower-http = { version = "0.6.6", features = ["cors"] }
|
||||
tower-http = { version = "0.6.6", features = ["cors", "fs"] }
|
||||
anyhow = "1.0"
|
Reference in New Issue
Block a user