-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
1 lines (1 loc) · 1.05 KB
/
config.json
1
{"id":"17e82587439e424a4168327b","api":{"test":[{"method":"GET","queryData":{},"response":{"status":"200","type":"json","data":"{ \"message\": \"It works!\" }"}},{"method":"POST","queryData":{},"response":{"status":"200","type":"json","data":"{ \"message\": \"It works!\" }"}},{"method":"PUT","queryData":{},"response":{"status":"200","type":"json","data":"{ \"message\": \"It works!\" }"}},{"method":"DELETE","queryData":{},"response":{"status":"200","type":"json","data":"{ \"message\": \"It works!\" }"}},{"method":"PATCH","queryData":{},"response":{"status":"200","type":"json","data":"{ \"message\": \"It works!\" }"}}],"example/processor":[{"method":"GET","queryData":{},"response":{"status":"200","type":"custom-processor","data":"example_processor.mjs"}}],"example/redirect":[{"method":"GET","queryData":{},"response":{"status":"200","type":"redirect","data":"https://picsum.photos/500"}}],"example/processor2":[{"method":"GET","queryData":{},"response":{"status":"200","type":"custom-processor","data":"example2.mjs"}}]},"notFound":{"status":404,"message":"Not Found"}}