Explorar el Código

Handle 404s more appropriately if a requested route fails

1991
urlysses hace 7 años
padre
commit
b2926d10c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      1991.fs

+ 1
- 1
1991.fs Ver fichero

@@ -38,7 +38,7 @@ wordlist constant routes
find-route dup if
execute
else
0 or-404 exit
0 exit \ continue to 404
then
s\" HTTP/1.1 200 OK\n Content-Type: text/html\n\n" 2swap s+
rdrop exit then ;


Cargando…
Cancelar
Guardar