mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
* configure context * refactor * get meal with context * random button with context * async actions * refactor meal client
3 lines
151 B
TypeScript
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"];
|