This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ai-anchor
/
video-maker
Segui
3
Vota
0
Forka
0
File
Problemi
4
Pull Requests
0
Wiki
Albero (Tree):
b025dea2b7
Rami (Branch)
Tag
backend-dev
backend_video_api
front-dev
master
video-maker
/
frontend
/
nginx-backend-not-found.conf
nginx-backend-not-found.conf
104 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}