mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 04:14:58 +02:00
Update:Express middleware sets req.user to new data model, openid permissions functions moved to new data model
This commit is contained in:
parent
29a15858f4
commit
2472b86284
29 changed files with 474 additions and 430 deletions
|
@ -2,7 +2,7 @@ const Path = require('path')
|
|||
const packageJson = require('../../../package.json')
|
||||
const { BookshelfView } = require('../../utils/constants')
|
||||
const Logger = require('../../Logger')
|
||||
const User = require('../user/User')
|
||||
const User = require('../../models/User')
|
||||
|
||||
class ServerSettings {
|
||||
constructor(settings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue