♻️ remove /mobile endpoints from server
This commit is contained in:
parent
8d9f94f9c9
commit
e88ee4e595
2 changed files with 1 additions and 5 deletions
|
@ -132,10 +132,6 @@ app.get(
|
|||
// isomorphic rendering
|
||||
app.use('/', serverRoutes);
|
||||
|
||||
if (process.env.MOBILE_ENABLED) {
|
||||
app.use('/mobile', serverRoutes);
|
||||
}
|
||||
|
||||
app.use(assetRoutes);
|
||||
|
||||
app.use('/', embedRoutes);
|
||||
|
|
Loading…
Reference in a new issue