Fix activities controller filename

This commit is contained in:
Shadowfacts 2020-04-20 22:41:07 -04:00
parent 8d1be99036
commit fbbd287fc1
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ defmodule ClacksWeb.ActivitiesController do
end
_ ->
put_status(conn, 404)
resp(conn, 404, "Not Found")
end
end
end