Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zoelabbb committed Nov 12, 2023
1 parent 022d7cf commit e3f982f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// app.ts
import { deploy } from "https://deno.com/deploy/deploy.ts";
import { Application } from "../deps.ts";
import router from "./routes/ramadhanRoute.ts";

Expand All @@ -10,3 +11,4 @@ app.use(router.allowedMethods());
console.log("Server now running on http://localhost:8000");

// await app.listen({ port: 8000 });
addEventListener("fetch", deploy(app));

1 comment on commit e3f982f

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on e3f982f Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status client error (404 Not Found) for url (https://deno.com/deploy/deploy.ts)

Please sign in to comment.