Skip to content

Commit

Permalink
dfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Dec 4, 2024
1 parent 1fccac7 commit 16a7b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/PkgCompat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ end
###


_project_key_order = ["name", "uuid", "keywords", "license", "desc", "deps", "weakdeps", "sources", "extensions", "compat"]
const _project_key_order = ["name", "uuid", "keywords", "license", "desc", "deps", "weakdeps", "sources", "extensions", "compat"]
project_key_order(key::String) =
something(findfirst(x -> x == key, _project_key_order), length(_project_key_order) + 1)

Expand Down
2 changes: 1 addition & 1 deletion src/webserver/Router.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

function http_router_for(session::ServerSession)
router = HTTP.Router(default_404)
router = HTTP.Router(default_404_response)
security = session.options.security

function create_serve_onefile(path)
Expand Down

0 comments on commit 16a7b16

Please sign in to comment.