File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
- Free API - ` https://random-words-api.vercel.app/word `
13
13
- Dutch Random Words - ` https://random-words-api.vercel.app/word/dutch `
14
- - Get Pronunciation for a Word - ` http://localhost:3000/word/ pronounce/hello%20world `
14
+ - Get Pronunciation for a Word - ` http://localhost:3000/pronounce/hello%20world `
15
15
16
16
- PWA Demo - [ Check Here] ( https://words.sanweb.info/ )
17
17
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import pronounce from './routes/pronounce.js';
8
8
9
9
app . use ( '/' , home ) ;
10
10
app . use ( '/word/dutch' , dutch ) ;
11
- app . use ( '/word/pronounce' , pronounce ) ;
12
11
app . use ( '/word' , en ) ;
12
+ app . use ( '/pronounce' , pronounce ) ;
13
13
14
14
app . use ( '/' , function ( req , res ) {
15
15
res . status ( 404 ) . json ( {
You can’t perform that action at this time.
0 commit comments