ticket_manager/client/src/utils/Constants.ts

3 lines
77 B
TypeScript

export class Constants {
static getProjectURI: string = "/api/projects";
}