mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-27 23:18:34 +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))
|
|
}
|