mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-26 15:18:42 +02:00
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
import Server from '../Server'
|
|
|
|
export default function ({ store, $axios }, inject) {
|
|
inject('server', new Server(store, $axios))
|
|
}
|