Page MenuHomeSealhub

logo.ts
No OneTemporary

import { App } from "../../main";
export default (app: App) => {
app.HTTPServer.custom_raw_route({
method: ["GET"],
path: "/api/v1/logo",
handler: { file: { path: app.manifest.logo } },
});
};

File Metadata

Mime Type
text/x-java
Expires
Wed, Aug 13, 20:31 (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
871011
Default Alt Text
logo.ts (202 B)

Event Timeline