'How to create endpoints on request (python flask)

I am making a website in which want to create custom url/endpoint when someone requests it

Example: if someone goes to /new it will create a endpoint for them like /user/(random number)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source