This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ai-anchor
/
video-maker
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
4
Pull Requests
0
Wiki
Branche:
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
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
8
9
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}