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 { exportWindow } from '@util/exportWindow';
|
||||
import '@/gateway/common';
|
||||
import { setSammoAPIPrefix } from '@/util/callSammoAPI';
|
||||
|
||||
type UserEntry = {
|
||||
userID: string,
|
||||
@@ -299,6 +300,9 @@ $(async function () {
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
setSammoAPIPrefix('..');
|
||||
|
||||
exportWindow(changeSystem, 'changeSystem');
|
||||
exportWindow(changeUserStatus, 'changeUserStatus');
|
||||
exportWindow(banEmailAddress, 'banEmailAddress');
|
||||
Reference in New Issue
Block a user