diff --git a/README.md b/README.md index 13be882..039f827 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ from the extracted archive root. ## Web service -REST API documentation is available at `http://0.0.0.0:8000/swagger`. HTML representation is available at `http://0.0.0.0:8000`. +REST API documentation is available at `http://0.0.0.0:8000/api-docs`. HTML representation is available at `http://0.0.0.0:8000`. *Note*: host and port depend on configuration settings. ## Public service -There is also public service which is available at http://ffxivbis.arcanis.me. +There is also public service which is available at https://ffxivbis.arcanis.me. diff --git a/src/main/resources/swagger-info/description.md b/src/main/resources/swagger-info/description.md index a2b184f..90468a9 100644 --- a/src/main/resources/swagger-info/description.md +++ b/src/main/resources/swagger-info/description.md @@ -1,4 +1,4 @@ -REST json API description to interact with FFXIVBiS service. +REST json API description to interact with FFXIV Best-in-slot service. # Basic workflow