Quellcode durchsuchen

Use same urls for development

Lari Hotari vor 12 Jahren
Ursprung
Commit
5e1af6c96a
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      grails/hello/grails-app/conf/Config.groovy

+ 2 - 0
grails/hello/grails-app/conf/Config.groovy

@@ -13,6 +13,8 @@
 
 grails.project.groupId = appName // change this to alter the default package name and Maven publishing destination
 
+grails.app.context = '/grails'
+
 // The ACCEPT header will not be used for content negotiation for user agents containing the following strings (defaults to the 4 major rendering engines)
 grails.mime.disable.accept.header.userAgents = ['Gecko', 'WebKit', 'Presto', 'Trident']
 grails.mime.types = [