meals-made-easy-app/src/app/endpoints.ts

9 lines
204 B
TypeScript

export const Endpoints = {
authLogin: 'auth/login',
authLogout: 'auth/logout',
authRefresh: 'auth/refresh',
images: 'images',
recipes: 'recipes',
recipeDrafts: 'recipe-drafts',
};