mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-21 19:25:00 +02:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
import Server from '../Server'
|
|
|
|
export default function ({ store }, inject) {
|
|
inject('server', new Server(store))
|
|
}
|