Skip to content

Commit c75b568

Browse files
committed
clean
1 parent 73b5b21 commit c75b568

File tree

3 files changed

+2
-50
lines changed

3 files changed

+2
-50
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ dist
170170

171171
.dev.vars
172172
.wrangler/
173-
**/test.*
173+
**/test.*
174+
**/reverseProxy.*

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import handleCorsRequest from './cors.js';
22
import proxy from './proxy.js';
3-
import reverseProxy from './reverseProxy.js';
43
import { thumbnailHandler } from './thumbnails.js';
54
import { handleRequest } from '../utils/handler.js';
65

76
const handlePath = {
87
'/proxy': proxy,
9-
'/reverse-proxy': reverseProxy,
108
'/cors': handleCorsRequest,
119
'/image': handleCorsRequest,
1210
'/thumbnail': thumbnailHandler,

src/reverseProxy.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)