summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja')
-rw-r--r--cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja19
1 files changed, 0 insertions, 19 deletions
diff --git a/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja b/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja
deleted file mode 100644
index 19947b5..0000000
--- a/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "default": "{{ j_default }}",
- "input": "{{ j_input }}",
- "script": {
- "python": "{{ j_python }}",
- "kotlin": {
- "base": "{{ j_kotlin }}"
- "from suspend function": "{{ from_suspend_function }}"
- }
- },
- "db": "{{ j_db[0].value }}",
- "rest": {
- "GET": "{{j_get}}",
- "POST": "{{j_post}}",
- "PUT": "{{j_put}}",
- "PATCH": "{{j_patch}}",
- "DELETE": "{{j_del}}"
- }
-}