File tree 3 files changed +3
-3
lines changed
final-1-after-tailwind/src/services
final-2-final/src/services
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- const API_URL = " https://react-fast-pizza-api.onrender.com /api" ;
1
+ const API_URL = ' https://react-fast-pizza-api.jonas.io /api' ;
2
2
3
3
export async function getMenu ( ) {
4
4
const res = await fetch ( `${ API_URL } /menu` ) ;
Original file line number Diff line number Diff line change 1
- const API_URL = " https://react-fast-pizza-api.onrender.com /api" ;
1
+ const API_URL = ' https://react-fast-pizza-api.jonas.io /api' ;
2
2
3
3
export async function getMenu ( ) {
4
4
const res = await fetch ( `${ API_URL } /menu` ) ;
Original file line number Diff line number Diff line change 1
- const API_URL = 'https://react-fast-pizza-api.onrender.com /api' ;
1
+ const API_URL = 'https://react-fast-pizza-api.jonas.io /api' ;
2
2
3
3
export async function getMenu ( ) {
4
4
const res = await fetch ( `${ API_URL } /menu` ) ;
You can’t perform that action at this time.
0 commit comments