Rebuild frontend cause lazy.

This commit is contained in:
James Cole
2024-03-13 06:51:22 +01:00
parent 3f77c845ca
commit 6df7354c48
17 changed files with 84 additions and 84 deletions

View File

@@ -1 +0,0 @@
import{a as s}from"./format-money-5a1aa122.js";import{f as n}from"./vendor-291d7a70.js";class c{show(a,t){return s.get("/api/v2/accounts/"+a,{params:t})}index(a){return s.get("/api/v2/accounts",{params:a})}transactions(a,t){const r={page:t.page??1};return t.hasOwnProperty("start")&&(r.start=n(t.start,"y-MM-dd")),t.hasOwnProperty("end")&&(r.end=n(t.end,"y-MM-dd")),s.get("/api/v2/accounts/"+a+"/transactions",{params:r})}}export{c as G};