carlosazaustre / carlosazaustre/node-api-rest-example

Error in app.use('/api', tvshows);

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
99
Forks
81
PR merge metrics
No merged PRs in 30d

Description

It shouldn't be '/api' as the route is '/tvshows'... It works for me with app.use(tvshows);

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the app.use('/api', tvshows) entry point and compare it with the intended /tvshows route. Done means the tvshows router is mounted so the /tvshows route works as described, then verify the example API behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
api, backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.