mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
feat: rename to dufs (#59)
close #50 BREAKING CHANGE: rename duf to dufs
This commit is contained in:
@@ -11,7 +11,7 @@ use uuid::Uuid;
|
||||
use crate::utils::encode_uri;
|
||||
use crate::BoxResult;
|
||||
|
||||
const REALM: &str = "DUF";
|
||||
const REALM: &str = "DUFS";
|
||||
|
||||
lazy_static! {
|
||||
static ref NONCESTARTHASH: Context = {
|
||||
|
||||
@@ -698,7 +698,7 @@ impl Server {
|
||||
"__SLOT__",
|
||||
&format!(
|
||||
r#"
|
||||
<title>Index of {} - Duf</title>
|
||||
<title>Index of {} - Dufs</title>
|
||||
<style>{}</style>
|
||||
<script>
|
||||
const DATA =
|
||||
|
||||
Reference in New Issue
Block a user