Embed base images into binary
Include resource directory Ran `deno fmt` with 4 space indent, that changed every file (!!!!!) various changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { APIUtils } from "../apiutils.ts";
|
||||
import { route as AccountRoute } from "./account/account.ts";
|
||||
|
||||
export const route = APIUtils.createRouter('/accountservice');
|
||||
export const route = APIUtils.createRouter("/accountservice");
|
||||
|
||||
route.router.use(AccountRoute.path, AccountRoute.router);
|
||||
route.router.use(AccountRoute.path, AccountRoute.router);
|
||||
|
||||
Reference in New Issue
Block a user