This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
ai-anchor
/
video-maker
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
4
Trageți solicitările
0
Wiki
Arbore:
608907b2da
Ramuri
Etichete
backend-dev
backend_video_api
front-dev
master
video-maker
/
frontend
/
nginx-backend-not-found.conf
nginx-backend-not-found.conf
104 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}