Skip to content

Commit

Permalink
Temporary disable newsroom
Browse files Browse the repository at this point in the history
  • Loading branch information
13r0ck committed Feb 8, 2024
1 parent 97c5b3b commit 464c18f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ fn main() {
linked_post,
],
)
.attach(DbConn::fairing())
.attach(cors::CorsFairing)
//.attach(DbConn::fairing())
//.attach(cors::CorsFairing)
.launch();
}
2 changes: 1 addition & 1 deletion src/Shared.elm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ init _ flags =
, navHoverTracker =
[ NavItem "WHO WE ARE" "#" False (Url "/whoweare")
, NavItem "WHAT WE DO" "#" False (Url "/#whatwedo")
, NavItem "NEWSROOM" "#" False (Url "/newsroom")
-- , NavItem "NEWSROOM" "#" False (Url "/newsroom")
, NavItem "CONTACT US" "#" False (SetContactUs True)
]
, address =
Expand Down

0 comments on commit 464c18f

Please sign in to comment.