Skip to content

Commit

Permalink
[chore]cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Inalegwu committed Sep 6, 2024
1 parent f4aa74d commit 025de02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/core/file-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ app.post("/upload/", headerValidator, async (ctx) => {
});

export default function startFileServer(port: number) {
serve({
return serve({
fetch: app.fetch,
port: port,
});
Expand Down

0 comments on commit 025de02

Please sign in to comment.