Add route for stable API

This commit is contained in:
Lunny Xiao
2024-05-26 13:01:44 +08:00
parent bddadc41e9
commit 0274225b2a

View File

@@ -38,6 +38,10 @@ const apiConfig = [
route: '/api/1.19/',
spec: 'static/swagger-19.json',
},
{
route: '/api/',
spec: 'static/swagger-21.json',
}
]: [],
// Theme Options for modifying how redoc renders them
theme: {