fix: api prefix
This commit is contained in:
@@ -8,6 +8,7 @@ import { unwrap_any } from '@util/unwrap_any';
|
|||||||
import { convertFormData } from '@util/convertFormData';
|
import { convertFormData } from '@util/convertFormData';
|
||||||
import { exportWindow } from '@util/exportWindow';
|
import { exportWindow } from '@util/exportWindow';
|
||||||
import '@/gateway/common';
|
import '@/gateway/common';
|
||||||
|
import { setSammoAPIPrefix } from '@/util/callSammoAPI';
|
||||||
|
|
||||||
type UserEntry = {
|
type UserEntry = {
|
||||||
userID: string,
|
userID: string,
|
||||||
@@ -299,6 +300,9 @@ $(async function () {
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
setSammoAPIPrefix('..');
|
||||||
|
|
||||||
exportWindow(changeSystem, 'changeSystem');
|
exportWindow(changeSystem, 'changeSystem');
|
||||||
exportWindow(changeUserStatus, 'changeUserStatus');
|
exportWindow(changeUserStatus, 'changeUserStatus');
|
||||||
exportWindow(banEmailAddress, 'banEmailAddress');
|
exportWindow(banEmailAddress, 'banEmailAddress');
|
||||||
Reference in New Issue
Block a user