# ORIGIN_URL

**Kind:** Constant

**Source:** `Frontend/src/app/shared/constants/baseurl.constants.ts` (line 3)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Definition

```ts
new InjectionToken<string>('ORIGIN_URL')
```

## Value

```ts
new InjectionToken<string>('ORIGIN_URL')
```

## Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (4)

- `TranslateHandler` — `Frontend/src/app/app.module.ts`:1
- `TranslateHandler` — `Frontend/src/app/components/configuration/configuration.module.ts`:1
- `TranslateHandler` — `Frontend/src/app/components/shared/shared.module.ts`:1
- `PamsServicesModule` — `Frontend/src/app/services/pams-services.module.ts`:1
