(#1) - WebPack bundling of JS and CSS
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
const RsvTimetableService = {
|
||||
import { get_rest_url } from '../RsvApi.js';
|
||||
|
||||
export const RsvTimetableService = {
|
||||
get_all() {
|
||||
return fetch(get_rest_url('timetable'), { method: 'GET' })
|
||||
.then(r => {
|
||||
|
||||
Reference in New Issue
Block a user