mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 22:12:39 +00:00
Rename engine to renderer to unify naming
This value is named `renderer` everywhere else. Relabeling to a consistent name.
This commit is contained in:
@@ -81,7 +81,7 @@ app.get('/robots.txt', (req, res)=>{
|
||||
// Path for User Themes
|
||||
app.get('/theme/:id', asyncHandler(getBrew('theme', false)), asyncHandler(getThemeBundle));
|
||||
// Path for Static Themes
|
||||
app.get('/theme/:engine/:id', asyncHandler(getThemeBundle));
|
||||
app.get('/theme/:renderer/:id', asyncHandler(getThemeBundle));
|
||||
|
||||
//Home page
|
||||
app.get('/', (req, res, next)=>{
|
||||
|
||||
Reference in New Issue
Block a user