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