Removed web project (galvanic authentication support in IL2CPP universal patch)
Moved instance ID to header User instances for profile management .. other stuff
This commit is contained in:
6
src/routes/account.ts
Normal file
6
src/routes/account.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { APIUtils } from "../apiutils.ts";
|
||||
import { route as AccountRoute } from "./account/account.ts";
|
||||
|
||||
export const route = APIUtils.createRouter('/accountservice');
|
||||
|
||||
route.router.use(AccountRoute.path, AccountRoute.router);
|
||||
Reference in New Issue
Block a user