Skip to content

fix: move Swagger UI to root path#2

Merged
IKatsuba merged 1 commit intomainfrom
swagger-ui-on-root
Dec 21, 2024
Merged

fix: move Swagger UI to root path#2
IKatsuba merged 1 commit intomainfrom
swagger-ui-on-root

Conversation

@IKatsuba
Copy link
Owner

This pull request includes changes to the apps/api/main.ts and packages/env/mod.ts files to update the API endpoint and modify environment variable defaults.

API endpoint update:

  • apps/api/main.ts: Changed the Swagger UI endpoint from /ui to / to simplify the root URL for accessing the API documentation.

Environment variable defaults modification:

  • packages/env/mod.ts: Updated the default value of the HOST environment variable from 0.0.0.0 to localhost to improve local development experience.

@IKatsuba IKatsuba merged commit b42698c into main Dec 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments