How to hide webapi url and show a "pretty" url?

I need to generate a pretty URL for my own URL shortening service.
My web server address looks something like https://my-backend-api-server.us-central1.run.app/redirectapp/redirect/wAzclnp3

and I wouldn't want to expose that, nor is it short.

I want to "prettify" my URLs.

How to do this in django assuming I have a domain www.mydomain123.com?

Вернуться на верх