mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 19:52:20 +08:00
Fix
This commit is contained in:
@ -5,7 +5,7 @@ const write = require('./write')
|
||||
const getFullURL = require('./get-full-url')
|
||||
const utils = require('../utils')
|
||||
|
||||
module.exports = (db, name, opts = { foreignKeySuffix: 'Id' }) => {
|
||||
module.exports = (db, name, opts = { foreignKeySuffix: 'Id' }) => {
|
||||
// Create router
|
||||
const router = express.Router()
|
||||
|
||||
|
Reference in New Issue
Block a user