We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3b4b5 commit 52867f2Copy full SHA for 52867f2
website/src/apis/optimiser.ts
@@ -1,6 +1,6 @@
1
import axios, { AxiosError } from 'axios';
2
3
-const api = 'https://nusmods.com/api/optimiser/optimise';
+const api = '/api/optimiser/optimise';
4
5
export interface OptimiseRequest {
6
modules: string[];
0 commit comments