Skip to content

Commit 57783d4

Browse files
committed
removing proxyFilter
1 parent 4f3453d commit 57783d4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function ldnode (argv) {
6060

6161
// Adding proxy
6262
if (ldp.proxy) {
63-
proxy(app, ldp.proxyFilter);
63+
proxy(app, ldp.proxy);
6464
}
6565

6666
// Setting up routes

lib/ldp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function LDP(argv) {
5454

5555
ldp.pathFilter = regexp().start(ldp.mount).toRegExp();
5656
ldp.proxy = argv.proxy;
57-
ldp.proxyFilter = regexp().start(ldp.proxy).toRegExp();
5857

5958
// Cache of usedURIs
6059
ldp.usedURIs = {};

0 commit comments

Comments
 (0)