From 983eafb2e10dc886c011b2b4e3a2260c5af35f9d Mon Sep 17 00:00:00 2001 From: neri Date: Fri, 16 Apr 2021 14:45:43 +0200 Subject: [PATCH] wrap api usage in html details tag --- template/index-auth.html | 5 +++-- template/index.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/template/index-auth.html b/template/index-auth.html index d0b22a9..89dd50d 100644 --- a/template/index-auth.html +++ b/template/index-auth.html @@ -45,7 +45,8 @@ -
+
+ nutzung als api
 file upload
   curl -F 'file=@yourfile.rs' {upload_url}
@@ -56,7 +57,7 @@ including time
 limit to one download
   curl -F 'text=your text' -F 'delete_on_download=true' {upload_url}
-
+ diff --git a/template/index.html b/template/index.html index 46cced1..f1f669a 100644 --- a/template/index.html +++ b/template/index.html @@ -38,7 +38,8 @@
-
+
+ nutzung als api
 file upload
   curl -F 'file=@yourfile.rs' {upload_url}
@@ -49,7 +50,7 @@ including time
 limit to one download
   curl -F 'text=your text' -F 'delete_on_download=true' {upload_url}
-
+