This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ai-anchor
/
video-maker
Watch
3
Star
0
Fork
0
Files
Issues
4
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
backend-dev
backend_video_api
front-dev
master
video-maker
/
frontend
/
nginx-backend-not-found.conf
nginx-backend-not-found.conf
104 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}