irensaltali / serverlessapigateway

Serverless API Gateway
https://serverlessapigateway.com/
Other
62 stars 10 forks source link

Add path-ops module for path matching #12

Closed irensaltali closed 9 months ago

irensaltali commented 9 months ago

This pull request adds a new module called path-ops that contains a function to match paths. The function is used in the fetch handler to match API paths with URL paths. Additionally, an unused import in index.ts has been removed. Closes #11