Skip to content

Commit 52867f2

Browse files
committed
fix: revert api path
1 parent 5a3b4b5 commit 52867f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/apis/optimiser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios, { AxiosError } from 'axios';
22

3-
const api = 'https://nusmods.com/api/optimiser/optimise';
3+
const api = '/api/optimiser/optimise';
44

55
export interface OptimiseRequest {
66
modules: string[];

0 commit comments

Comments
 (0)