mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 14:17:19 +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))
|
|
}
|