aboutsummaryrefslogtreecommitdiff
path: root/src/service.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/service.rs')
-rw-r--r--src/service.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service.rs b/src/service.rs
index 2908bc8..0e4d01f 100644
--- a/src/service.rs
+++ b/src/service.rs
@@ -21,9 +21,9 @@ fn welcome(req: Request<Body>) -> Response<Body> {
21 let host = _h.as_ref().map(|h| h.as_bytes()).unwrap_or(b""); 21 let host = _h.as_ref().map(|h| h.as_bytes()).unwrap_or(b"");
22 let text = format!( 22 let text = format!(
23 " 23 "
24This URL shortening service is powered by hedge. 24This URL shortening service is powered by isostatic.
25 25
26 github.com/nerdypepper/hedge 26 github.com/nerdypepper/isostatic
27 27
28To shorten urls: 28To shorten urls:
29 29