Skip to content
Commits on Source (2)
{
"name": "apidocs",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "vite",
......
......@@ -20,7 +20,8 @@ const getHostName = () => {
// Workaround from https://github.com/scalar/scalar/issues/440
proxy: 'https://api.scalar.com/request-proxy',
spec: {
url: 'https://' + getHostName() + '/coscine/api/swagger/v2/swagger.json'
// url: 'https://' + getHostName() + '/coscine/api/swagger/v2/swagger.json'
url: 'https://coscine.rwth-aachen.de/coscine/api/swagger/v2/swagger.json'
}
}"
>
......