Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
The data change can be seen here: lost-university/data@4.2...4.3
  • Loading branch information
jeremystucki committed Oct 4, 2024
1 parent bae8f8c commit 215814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ import type {Category, Focus, Module, Semester, UnknownModule} from '../helpers/
import {parseQuery} from "vue-router";
import {SemesterInfo} from "../helpers/semester-info";
const BASE_URL = 'https://raw.githubusercontent.com/lost-university/data/4.2/data';
const BASE_URL = 'https://raw.githubusercontent.com/lost-university/data/4.3/data';
const ROUTE_MODULES = '/modules.json';
const ROUTE_CATEGORIES = '/categories.json';
const ROUTE_FOCUSES = '/focuses.json';
Expand Down

0 comments on commit 215814d

Please sign in to comment.