Skip to content

Commit

Permalink
removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobucciarelli committed Aug 1, 2024
1 parent 18cd3f2 commit bbad727
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
15 changes: 0 additions & 15 deletions src/pages/api/upload-file.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import i18next, { changeLanguage } from "i18next";
import { UserRecord, getAuth } from "firebase-admin/auth";
import { app } from "../firebase/server";
import { Astro } from "astro/env";
changeLanguage("en");
Expand Down Expand Up @@ -49,17 +48,6 @@ try {
</>
)
}
<br />
<hr />
<br />
<form
action="/api/upload-file"
method="post"
enctype="multipart/form-data"
>
<input type="file" name="file" />
<button type="submit">Upload</button>
</form>
</main>
</body>
</html>

0 comments on commit bbad727

Please sign in to comment.