added tests
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: Test Web App
|
||||
description: A simple web application for testing
|
||||
|
||||
api:
|
||||
version: v1
|
||||
endpoints:
|
||||
- name: health
|
||||
path: /health
|
||||
method: GET
|
||||
- name: calculator
|
||||
path: /calculate
|
||||
method: POST
|
||||
|
||||
database:
|
||||
type: sqlite
|
||||
name: test.db
|
||||
|
||||
logging:
|
||||
level: info
|
||||
format: json
|
||||
Reference in New Issue
Block a user