# Service Options

Get the API URL of the service:

```typescript
crudService.getApiUrl() : string
```

Set the API URL of the service:

```typescript
crudService.setApiUrl(apiUrl : string) : this
```

Get the API route of the service:

```typescript
crudServie.getApiRoute() : string
```

Set the API route of the service:

```typescript
crudService.setApiRoute(apiRoute : string) : this
```
