viossa.net/apps/vdn-static/src/service/web.service.ts
2026-01-17 16:19:08 -05:00

4 lines
No EOL
121 B
TypeScript

/* Establish constants here */
export default class WebConstants {
static SERVER_URL: string = "http://localhost:1225"
}