File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -376,16 +376,19 @@ <h2>Routes</h2>
376
376
377
377
<!-- JSON Server -->
378
378
< h2 > Use your own data</ h2 >
379
- < p >
379
+ <!-- < p>
380
380
<a href="https://github.com/typicode/json-server">JSON Server</a>
381
381
powers this website. You can use it to create the same fake API in less than
382
382
<strong>30 seconds</strong> with your own data.
383
383
</p>
384
384
385
- < pre > < code class ="bash "> npm install json-server</ code > </ pre >
385
+ <pre><code class="bash">npm install json-server</code></pre> -->
386
386
387
- < p > You can also try
388
- < a href ="https://my-json-server.typicode.com "> My JSON Server</ a > free service.</ p >
387
+ < p >
388
+ < b > Try
389
+ < a href ="https://my-json-server.typicode.com "> My JSON Server</ a > online service.
390
+ </ b >
391
+ </ p >
389
392
</ main >
390
393
</ div >
391
394
You can’t perform that action at this time.
0 commit comments