Skip to content

Commit 8f2b1c7

Browse files
update form action URL for image resizing service
1 parent bbb92b4 commit 8f2b1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 class="text-4xl font-extrabold text-blue-700 tracking-tight">Sankuchit</h1>
1515
</header>
1616

1717
<div class="bg-white shadow-md rounded-lg p-8">
18-
<form action="" method="post" enctype="multipart/form-data" class="space-y-6">
18+
<form action="https://sankuchit.onrender.com/resize" method="post" enctype="multipart/form-data" class="space-y-6">
1919
<div>
2020
<label for="width" class="block text-gray-700 text-sm font-bold mb-2">Width (px):</label>
2121
<input step="10" type="number" name="width" id="width" placeholder="Enter width" class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline">

0 commit comments

Comments
 (0)