Added /public to public endpoints. Updated version
This commit is contained in:
@ -32,7 +32,7 @@ export class CreditsComponent {
|
||||
}
|
||||
|
||||
getVersion() {
|
||||
axios.get(this.developmentStore.getBaseUrl() + 'api/v1/version')
|
||||
axios.get(this.developmentStore.getBaseUrl() + 'api/v1/public/version')
|
||||
.then((response) => {
|
||||
this.version = response.data;
|
||||
})
|
||||
|
Reference in New Issue
Block a user