You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opa, pelo que testei o comando python -m SimpleHTTPServer 8888 está desatualizado, mas trocando o SimpleHTTPServer pelo http.server o servidor funciona corretamente.
Opa, pelo que testei o comando
python -m SimpleHTTPServer 8888está desatualizado, mas trocando o SimpleHTTPServer pelo http.server o servidor funciona corretamente.Comando modificado:
python -m http.server 8888