File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
showcases/data/Lambda/Activator - Hosted service Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function model::processData(data: String[1]): String[1]
1414// Basic hosted service with UserList ownership
1515HostedService model::BasicHostedService
1616{
17-    pattern: 'api/greet/{name}';
17+    pattern: '/ api/greet/{name}';
1818   ownership: UserList 
1919   {
2020      users: [
@@ -30,7 +30,7 @@ HostedService model::BasicHostedService
3030// Hosted service with Deployment ownership and stereotypes
3131HostedService <<meta::pure::profiles::doc.doc>> {doc.doc = 'Example with deployment ownership'} model::DeploymentHostedService
3232{
33-    pattern: 'api/process/{data}';
33+    pattern: '/ api/process/{data}';
3434   ownership: Deployment 
3535   {
3636      identifier: '12345'
@@ -43,7 +43,7 @@ HostedService <<meta::pure::profiles::doc.doc>> {doc.doc = 'Example with deploym
4343// Hosted service with post-deployment actions
4444HostedService model::AdvancedHostedService
4545{
46-    pattern: 'api/advanced/{param}';
46+    pattern: '/ api/advanced/{param}';
4747   ownership: UserList 
4848   {
4949      users: [
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments