1
0

Revert auto-formatted change in NodeinfoServerService

This commit is contained in:
Nila The Dragon
2024-01-09 22:25:46 +01:00
parent e74cd2f6ee
commit e0e5236864
@@ -37,7 +37,7 @@ export class NodeinfoServerService {
public getLinks() {
return [{
rel: 'http://nodeinfo.diaspora.software/ns/schema/2.1',
href: this.config.url + nodeinfo2_1path,
href: this.config.url + nodeinfo2_1path
}, {
rel: 'http://nodeinfo.diaspora.software/ns/schema/2.0',
href: this.config.url + nodeinfo2_0path,