Tech Stack
Python API
Flask Framework
We have developed Python API which then will be consumed by our React UI.
We have URL as follows
http://client-be.domain.com/admin
We want to change url to some random string
http://client-be.domain.com/fvcd9e72
But i am not able to find out where exactly i need to change this in my code.
I can see "admin" folder inside my API code and inside view, code is as follows
admin_views = view1 + view2 + view3 & so on...
So does it means, if i change folder name to random string, my url will be changed?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…