mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 07:34:25 +00:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
|
window.config = {
|
||
|
csrfToken: 'jest-test-csrf-token-123456',
|
||
|
pageData: {},
|
||
|
i18n: {},
|
||
|
};
|