mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 16:42:17 +03:00
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
|
export default function mockCustomThemeSettings(server) {
|
||
|
server.get('/custom_theme_settings');
|
||
|
}
|