Skip to content

Commit

Permalink
a few more formatting adjustments which were missed in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
esuomi committed May 24, 2024
1 parent 382cf28 commit a7e2800
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ To stop, find its ID from `docker ps`, and run `docker stop theid` (beginning of

Run the [database initialization script](./src/main/resources/db_init.sh).

Run the [database init script](./src/main/resources/db_init.sh).
```shell
(cd src/main/resources && ./db_init.sh)
```
Expand All @@ -124,15 +123,15 @@ Uttu web server will expose APIs on port 11701 by default.

Provider-independent GraphQL endpoint:

/services/flexible-lines/providers/graphql
/services/flexible-lines/providers/graphql

Provider-specific GraphQL endpoint (replace {providerCode} with provider's codespace code):

/services/flexible-lines/{providerCode}/graphql

## Netex Export

Uttu provides possibility (via provider specific GraphQL API) to export generated NeTEx file to a blobstore repository.
Uttu exports (via provider specific GraphQL API) generated NeTEx file to a blobstore repository.
Choose one of three implementations with profiles:

- `in-memory-blobstore` - stores exports in memory, exports are lost on restarts, suitable for development and testing
Expand Down

0 comments on commit a7e2800

Please sign in to comment.