Skip to content

Commit

Permalink
Merge pull request #68 from lost-university/data-update
Browse files Browse the repository at this point in the history
Update data
  • Loading branch information
jeremystucki authored Jun 8, 2024
2 parents 88d896d + 2cacd4b commit ce10951
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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.1/data';
const BASE_URL = 'https://raw.githubusercontent.com/lost-university/data/4.2/data';
const ROUTE_MODULES = '/modules.json';
const ROUTE_CATEGORIES = '/categories.json';
const ROUTE_FOCUSES = '/focuses.json';
Expand Down Expand Up @@ -283,7 +283,8 @@ export default defineComponent({
.replace('SE1', 'SEP1')
.replace('SE2', 'SEP2')
.replace('NISec', 'NIoSec')
.replace('PFSec', 'PlFSec');
.replace('PFSec', 'PlFSec')
.replace('WIoT', 'WsoT');
const [ hash, query ] = newPath.split('?');
Expand Down

0 comments on commit ce10951

Please sign in to comment.