mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
|
export default function mockCustomThemeSettings(server) {
|
||
|
server.get('/custom_theme_settings');
|
||
|
}
|