Fix paths

This commit is contained in:
2026-03-20 14:23:11 +01:00
parent e70015692e
commit d45448a662
14 changed files with 2 additions and 2 deletions

15
templates/upload.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Upload</title>
</head>
<body>
<h1>Upload File</h1>
<form action="/api/files/upload" method="post" enctype="multipart/form-data">
<input type="file" name="file" />
<button type="submit">Upload</button>
</form>
</body>
</html>