refactor meta API endpoint #196
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/api/meta"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This refactors the meta API endpoint and its use in the client:
The client only fetches this endpoint once, and the backend allows to use GET requests to let the result be properly cached.
@ -5,3 +5,3 @@
<img src="https://xn--931a.moe/assets/error.jpg" class="_ghost"/>
<p><b><i class="fas fa-exclamation-triangle"></i> {{ i18n.ts.pageLoadError }}</b></p>
<p v-if="meta && (version === meta.version)">{{ i18n.ts.pageLoadErrorDescription }}</p>
<p v-if="version === instance.version)">{{ i18n.ts.pageLoadErrorDescription }}</p>
Missing opening parantheses.
89d1febcd8
to2c411d59f4