You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use buildSpecUrl for initial spec URL in swagger-ui.html
- Removed adjustSpecPath() function that was keeping URLs as relative paths
- Now buildSpecUrl() is used to convert relative paths to GitHub tag URLs based on version parameter
- This fixes the issue where opening index.html locally would show 'Service Specification Not Available' error
- Swagger UI now correctly loads specs from GitHub tags when version parameter is provided
0 commit comments