MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / BackendEndpoints

Enum BackendEndpoints

web/src/contracts.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Coordinate, Driver, Route, RouteFare, Trip } from "./types";
2
3// These are the endpoints the API Gateway must have for the frontend to work correctly
4export enum BackendEndpoints {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected