Skip to content

Commit 7627a86

Browse files
committed
initial commit of update
1 parent a20ad32 commit 7627a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# connext-js
2-
A middleware and route handling solution for Next.js.
2+
A middleware and route handling solution for Next.js.

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Connext {
1717
this.use = app.use.bind(this);
1818
}
1919

20-
20+
2121
invoker(req, res) {
2222
console.log('this.routes is:', this.routes);
2323
console.log('hitting invoker');

0 commit comments

Comments
 (0)