GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 8 forks source link

[Fix] Make `/browse` return 404 #11756

Closed esizer closed 6 days ago

esizer commented 6 days ago

🤖 Resolves #11717

👋 Introduction

Updates the index route at /browse show the 404 page.

🧪 Testing

  1. Build the app pnpm run dev:fresh
  2. Navigate to /browse
  3. Confirm not found (404) page
  4. Navigate to /browse/pools
  5. Confirm expected page is rendered

📸 Screenshot

2024-10-15_09-41

esizer commented 6 days ago

Found two more

Okay, updated them as well in add more orphan endpoints as 404

Would be nice if we could get our URLs to be more RESTful so we don't have empty indexes :woman_shrugging: