Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 256 Bytes

SwiftUI app for family budget

AppSecret struct with some constants required:

struct AppSecret {
    static let apiUri = "https://<YOUR_BACKEND_API>"
    static let apiAuthCookie = "<YOUR_SECRET_COOKIE_NAME>=<YOUR_SECRET_COOKIE_VALUE>"
}