mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import services from './services.ts';
|
|
|
|
export function getMobileUrlQrCodePath(): string {
|
|
return services.generateQrCodeUrl('mobile_url');
|
|
}
|