We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d220d4 commit ce541e3Copy full SHA for ce541e3
showcases/data/Lambda/Activator - Hosted service/code.pure
@@ -14,9 +14,9 @@ HostedService model::BasicHostedService
14
{
15
pattern : '/api/greet/{name}';
16
ownership : UserList { users: [
17
- 'user1',
18
- 'user2'
19
- ] };
+ 'user1',
+ 'user2'
+ ] };
20
function : model::greet(String[1]):String[1];
21
documentation : 'A simple hosted service';
22
autoActivateUpdates : true;
@@ -35,8 +35,8 @@ HostedService model::AdvancedHostedService
35
36
pattern : '/api/advanced/{param}';
37
38
- 'admin'
39
+ 'admin'
40
function : model::processData(String[1]):String[1];
41
documentation : 'Advanced hosted service';
42
0 commit comments