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