8000 fix(middleware): allow usage of `basePath` in index route by naorpeled · Pull Request #227 · jeremydaly/lambda-api · GitHub
[go: up one dir, main page]

Skip to content

fix(middleware): allow usage of basePath in index route #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
naorpeled committed Aug 17, 2024
commit 4c888dfb6200feda2892c2898abada4c142d6721
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Dependency directories
node_modules

# Optional npm cache directory
.npm

# Local REDIS test data
dump.rdb

# Coverage reports
.nyc_output
coverage
.idea
2 changes: 0 additions & 2 deletions __tests__/basePath.unit.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';



// Init API instance
const api = require('../index')({ version: 'v1.0', base: '/v1' })

Expand Down
Loading
0