meal_planner/src/constants.ts
Ruidy e8ac939fc9
state (#9)
* configure context

* refactor

* get meal with context

* random button with context

* async actions

* refactor meal client
2021-04-05 11:58:43 +02:00

3 lines
151 B
TypeScript

export const apiRoot = "https://www.themealdb.com/api/json/v1/1/";
export const buttonURL = "/random";
export const links = ["categories", "contact"];