starry / backend /cluster-server /dist /src /app.service.d.ts
k-l-lambda's picture
Initial deployment: frontend + omr-service + cluster-server + nginx proxy
6f1c297
raw
history blame contribute delete
60 Bytes
export declare class AppService {
getHello(): string;
}