File tree Expand file tree Collapse file tree 3 files changed +1
-29
lines changed
java/com/enonic/app/officeleague Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 2121dependencies {
2222 compile " com.enonic.xp:core-api:${ xpVersion} "
2323 compile " com.enonic.xp:portal-api:${ xpVersion} "
24- implementation " com.enonic.xp:web-api:${ xpVersion} "
2524 include " com.enonic.xp:lib-auth:${ xpVersion} "
2625 include " com.enonic.xp:lib-content:${ xpVersion} "
2726 include " com.enonic.xp:lib-context:${ xpVersion} "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ var mustache = require('/lib/mustache');
33
44exports . get = function ( req ) {
55
6- var bean = __ . newBean ( 'com.enonic.app.officeleague.VhostHandler' ) ;
7- const vhost = bean . getVirtualHost ( ) ;
8-
9- var startUrl = vhost + "/app" ;
6+ const startUrl = "./" ;
107
118 var params = {
129 startUrl,
You can’t perform that action at this time.
0 commit comments