UNPKG

create-root-app

Version:

Opinionated CLI for creating React apps with predefined tools and structure

5 lines (4 loc) 111 B
export const ENDPOINTS = { getAllTodos: "/todos", getTodoById: (key: string | number) => `/todos/${key}`, };