This is an automated email from the ASF dual-hosted git repository.

igal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new dbf62f7  [hotfix] Correct endpoint definition in docs
dbf62f7 is described below

commit dbf62f7e36021897e8010e66a66fdb9e96ce4e3c
Author: austin ce <[email protected]>
AuthorDate: Wed Jun 16 15:45:26 2021 -0400

    [hotfix] Correct endpoint definition in docs
    
    This closes #240.
---
 docs/content/docs/deployment/module.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/deployment/module.md 
b/docs/content/docs/deployment/module.md
index 895dd10..7d58841 100644
--- a/docs/content/docs/deployment/module.md
+++ b/docs/content/docs/deployment/module.md
@@ -155,8 +155,8 @@ It is recommended to have endpoints only specified against 
a namespace to enable
 endpoint:
   meta:
     kind: http
-    functions: com.example/*
   spec:
+    functions: com.example/*
 ```
 
 #### Url Path Template
@@ -298,4 +298,4 @@ module:
           id: example/my-egress
           type: # egress type
         spec: # egress specific configurations
-```
\ No newline at end of file
+```

Reply via email to