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