Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Serve public files from root instead of /pj and /pj/static #55

Merged
merged 2 commits into from
Nov 13, 2022

Commits on Nov 11, 2022

  1. Serve files from root instead of /pj/static

    Keep the payjoin POST /pj and other endpoints the same. Now we
    don't have to prefix with /pj/static to use every file from html.
    Access the index page from the host without /pj. Match convention
    on umbrel with access at ip:port
    nickfarrow authored and DanGould committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    301183f View commit details
    Browse the repository at this point in the history
  2. Move static to public

    Because QR codes generate in the folder, it is not static. The name
    "public" is a rails convention for this folder that makes sense to me.
    DanGould committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    9aa1361 View commit details
    Browse the repository at this point in the history