Changeset 770 for trunk/grails-app/conf/NimbleUrlMappings.groovy
- Timestamp:
- Aug 3, 2010, 2:00:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/NimbleUrlMappings.groovy
r247 r770 1 1 /* 2 2 * Nimble, an extensive application base for Grails 3 * Copyright (C) 20 09 Intient Pty Ltd3 * Copyright (C) 2010 Bradley Beddoes 4 4 * 5 5 * Licensed under the Apache License, Version 2.0 (the "License"); … … 103 103 controller = "auth" 104 104 } 105 106 "/profile/$action?/$id?" {107 controller = "profile"108 }109 105 } 110 106 }
Note: See TracChangeset
for help on using the changeset viewer.