@@ -8,7 +8,7 @@ The `app` object conventionally denotes the Opine application. Create it by
8
8
calling the top-level ` opine() ` function exported by the Opine module:
9
9
10
10
``` ts
11
- import opine from " https://deno.land/x/[email protected] .3 /mod.ts" ;
11
+ import opine from " https://deno.land/x/[email protected] .4 /mod.ts" ;
12
12
13
13
const app = opine ();
14
14
@@ -69,7 +69,7 @@ sub-app was mounted.
69
69
> to a route.
70
70
71
71
``` ts
72
- import opine from " https://deno.land/x/[email protected] .3 /mod.ts" ;
72
+ import opine from " https://deno.land/x/[email protected] .4 /mod.ts" ;
73
73
74
74
const app = opine (); // the main app
75
75
const admin = opine (); // the sub app
@@ -487,7 +487,7 @@ starts listening for requests - this is provided for legacy reasons to aid in
487
487
transitions from Express on Node.
488
488
489
489
``` ts
490
- import opine from " https://deno.land/x/[email protected] .3 /mod.ts" ;
490
+ import opine from " https://deno.land/x/[email protected] .4 /mod.ts" ;
491
491
492
492
const app = opine ();
493
493
@@ -523,7 +523,7 @@ This method is supported for legacy reasons to aid in transitions from Express
523
523
on Node.
524
524
525
525
``` ts
526
- import opine from " https://deno.land/x/[email protected] .3 /mod.ts" ;
526
+ import opine from " https://deno.land/x/[email protected] .4 /mod.ts" ;
527
527
528
528
const app = opine ();
529
529
const PORT = 3000 ;
@@ -542,7 +542,7 @@ starts listening for requests - this is provided for legacy reasons to aid in
542
542
transitions from Express on Node.
543
543
544
544
``` ts
545
- import opine from " https://deno.land/x/[email protected] .3 /mod.ts" ;
545
+ import opine from " https://deno.land/x/[email protected] .4 /mod.ts" ;
546
546
547
547
const app = opine ();
548
548
@@ -560,7 +560,7 @@ starts listening for requests - this is provided for legacy reasons to aid in
560
560
transitions from Express on Node.
561
561
562
562
``` ts
563
- import opine from " https://deno.land/x/[email protected] .3 /mod.ts" ;
563
+ import opine from " https://deno.land/x/[email protected] .4 /mod.ts" ;
564
564
565
565
const app = opine ();
566
566
0 commit comments