mirror of
https://github.com/go-gitea/gitea
synced 2025-02-20 23:57:05 +01:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
|
window.config = {
|
||
|
csrfToken: 'jest-test-csrf-token-123456',
|
||
|
pageData: {},
|
||
|
i18n: {},
|
||
|
};
|