Nevermind, I got it all figured out.
Patrick J. Collins
https://collinatorstudios.com
On Thu, 15 Feb 2024, Patrick J. Collins wrote:
> I have a rails app that is purely an api server, with an angular frontend
> living under a subfolder in the public directory.. So the server's file
> structu
I have a rails app that is purely an api server, with an angular frontend
living under a subfolder in the public directory.. So the server's file
structure is like this:
```
home/
my-app/
app/
controllers/
..etc
config/
..etc
public
favicon.ico
404.ht