From f3bf6c4d9e0d603adf8178a148d1ee7365dc0220 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 28 Nov 2023 21:54:20 +0530 Subject: test - Adding /upload /verify endpoint test file --- test/upload/index.html | 16 ++++++++++++++++ test/verify/index.html | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 test/upload/index.html create mode 100644 test/verify/index.html (limited to 'test') diff --git a/test/upload/index.html b/test/upload/index.html new file mode 100644 index 0000000..e4ba221 --- /dev/null +++ b/test/upload/index.html @@ -0,0 +1,16 @@ + + + + + + File Upload Test + + +

Test File Upload to Go API

+
+ +

+ +
+ + diff --git a/test/verify/index.html b/test/verify/index.html new file mode 100644 index 0000000..4af333a --- /dev/null +++ b/test/verify/index.html @@ -0,0 +1,18 @@ + + + + + + File Verification Test + + +

File Verification Test

+
+ +

+ +

+ +
+ + -- cgit v1.2.3