An example of simple API Gateway with NodeJS and ExpressJs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
539 B

services:
main-services:
port: 3422
base_url: http://localhost
endpoints:
get:
- /user
- /item
- /testing
put:
- /user/*/*/fdf
- /item/:query/:query
delete:
- /user/
- /item/
post:
- /user/create
- /item/create
enable_auth: false
ip_blacklist:
- "103.77.77.91"
- "103.77.78.111"