Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/88534d5adfbb6ba4dc07e8601c22e2aeb43c3819 You should set ROOT_URL correctly, otherwise the web may not work correctly.

ez: simplified

pull/171/head
tycrek 2 years ago
parent 90466f6104
commit 88534d5adf
No known key found for this signature in database
GPG Key ID: FF8A54DCE404885A

@ -1,3 +1 @@
export default () => {
return `${Date.now()}`;
};
export default () => `${Date.now()}`;

Loading…
Cancel
Save