Skip to content

week 3 exercise#12

Open
oieeri26 wants to merge 1 commit intopce-uw-jscript400:masterfrom
oieeri26:master
Open

week 3 exercise#12
oieeri26 wants to merge 1 commit intopce-uw-jscript400:masterfrom
oieeri26:master

Conversation

@oieeri26
Copy link

No description provided.

@@ -0,0 +1,4 @@
const router = require('express').Router()
const Books = require('../../models/books')

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Routes:
GET /api/books/:bookId/authors
GET /api/books/:bookId/authors/:authorId
POST /api/books/:bookId/authors
PUT /api/books/:bookId/authors/:authorId
DELETE /api/books/:bookId/authors/:authorId

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants