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