mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Ensure all static assets are accessible from the server (#10062)
This commit is contained in:
committed by
GitHub
parent
ef8c867ec7
commit
3bde8453ef
@@ -334,6 +334,7 @@ export class Server extends AbstractServer {
|
||||
|
||||
// Route all UI urls to index.html to support history-api
|
||||
const nonUIRoutes: Readonly<string[]> = [
|
||||
'favicon.ico',
|
||||
'assets',
|
||||
'static',
|
||||
'types',
|
||||
|
||||
Reference in New Issue
Block a user