mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-26 14:38:39 +02:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
import Server from '../Server'
|
|
|
|
export default function ({ store }, inject) {
|
|
inject('server', new Server(store))
|
|
}
|