@@ -81,7 +81,7 @@ Scalar.createApiReference('#app', {
8181 {
8282 title: ' Scalar Galaxy' , // optional, would fallback to 'API #1'
8383 slug: ' scalar-galaxy' , // optional, would be auto-generated from the title or the index
84- url: ' https://registry.scalar.com/@scalar/apis/galaxy/latest ?format=json' ,
84+ url: ' https://registry.scalar.com/@scalar/apis/galaxy?format=json' ,
8585 },
8686 // API #2
8787 {
@@ -102,7 +102,7 @@ Scalar.createApiReference('#app', {
102102 sources: [
103103 // API #1
104104 {
105- url: ' https://registry.scalar.com/@scalar/apis/galaxy/latest ?format=json' ,
105+ url: ' https://registry.scalar.com/@scalar/apis/galaxy?format=json' ,
106106 },
107107 // API #2
108108 {
@@ -126,7 +126,7 @@ Scalar.createApiReference('#app', [
126126 {
127127 title: ' Scalar Galaxy' , // optional, would fallback to 'API #1'
128128 slug: ' scalar-galaxy' , // optional, would be auto-generated from the title or the index
129- url: ' https://registry.scalar.com/@scalar/apis/galaxy/latest ?format=json' ,
129+ url: ' https://registry.scalar.com/@scalar/apis/galaxy?format=json' ,
130130 customCss: ` body { background-color: #BADA55}`
131131 },
132132 // Configuration #2
@@ -147,7 +147,7 @@ By default, the first one in the list will be the default configuration. You can
147147``` js
148148Scalar .createApiReference (' #app' , [
149149 {
150- url: ' https://registry.scalar.com/@scalar/apis/galaxy/latest ?format=json' ,
150+ url: ' https://registry.scalar.com/@scalar/apis/galaxy?format=json' ,
151151 },
152152 {
153153 url: ' https://example.com/openapi.json' ,
@@ -172,7 +172,7 @@ Scalar.createApiReference('#app', [
172172 sources: [
173173 // API #1
174174 {
175- url: ' https://registry.scalar.com/@scalar/apis/galaxy/latest ?format=json' ,
175+ url: ' https://registry.scalar.com/@scalar/apis/galaxy?format=json' ,
176176 },
177177 // API #2
178178 {
0 commit comments