Skip to content

Commit

Permalink
cleaningisdfmdsf
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Dec 18, 2021
1 parent 1b85eec commit 0a1f91d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
1 change: 1 addition & 0 deletions fart_server/bonus_features/shortlinks/mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { redirectIfShortlink } from "./shortlinks.ts";
3 changes: 3 additions & 0 deletions fart_server/bonus_features/shortlinks/shortlinks.test.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
import { assertEquals } from "../../../deps/std/testing.ts";
import { redirectIfShortlink } from "./shortlinks.ts";

// TODO(@ethanthatonekid): write tests for shortlinks.ts
1 change: 1 addition & 0 deletions fart_server/serve.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { redirectToDenoDeployPreviewUrl } from "./bonus_features/versions/mod.ts";
import { redirectIfShortlink } from "./bonus_features/shortlinks/mod.ts";
import { getSize, inject, register } from "./utils.ts";

export const handleRequest = async (event: Deno.RequestEvent) => {
Expand Down
19 changes: 0 additions & 19 deletions fart_server/serve_http.ts

This file was deleted.

6 changes: 0 additions & 6 deletions fart_server/worker.ts

This file was deleted.

1 comment on commit 0a1f91d

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 0a1f91d Dec 18, 2021

Choose a reason for hiding this comment

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

Failed to deploy:

failed to fetch 'https://raw.githubusercontent.com/EthanThatOneKid/fart/0a1f91d354742074d1a3a16ea6329094a624742e/fart_server/handle_request.ts': HTTP status client error (404 Not Found) for url (https://raw.githubusercontent.com/EthanThatOneKid/fart/0a1f91d354742074d1a3a16ea6329094a624742e/fart_server/handle_request.ts)

Please sign in to comment.