@ -1,3 +1,4 @@
#! /usr/bin/ruby3.0
require 'sinatra'
require 'erb'
@ -68,4 +69,4 @@ end
not_found do
status 404
erb :oops
end