14 lines
323 B
TypeScript
Raw Normal View History

2021-04-25 17:37:43 +05:30
const ROUTES = {
SIGN_UP: "/signup",
SERVICE_METRICS: "/application/:servicename",
SERVICE_MAP: "/service-map",
TRACES: "/traces",
TRACE_GRAPH: "/traces/:id",
SETTINGS: "/settings",
INSTRUMENTATION: "/add-instrumentation",
USAGE_EXPLORER: "/usage-explorer",
APPLICATION: "/application",
};
export default ROUTES;