mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-09 18:26:40 +00:00
3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
export class Constants {
|
|
static getProjectURI: string = "/api/projects";
|
|
}
|