[PR #96] [MERGED] Fix issues relating to error handling #99

Closed
opened 2026-09-04 00:22:07 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/96
Author: @stephan418
Created: 10/24/2022
Status: Merged
Merged: 12/1/2022
Merged by: @Flexla54

Base: devHead: fix/errorHandling


📝 Commits (1)

  • 4577056 Fix 404 error messages for HEAD and GET media

📊 Changes

2 files changed (+14 additions, -1 deletions)

View changed files

📝 src/Controllers/media.controller.ts (+10 -1)
📝 src/Routes/media.routes.ts (+4 -0)

📄 Description

  • Add unnecessary console.error when successfully uploading media

closes #95


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/detleph/server/pull/96 **Author:** [@stephan418](https://github.com/stephan418) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 12/1/2022 **Merged by:** [@Flexla54](https://github.com/Flexla54) **Base:** `dev` ← **Head:** `fix/errorHandling` --- ### 📝 Commits (1) - [`4577056`](https://github.com/detleph/server/commit/4577056a45d4a0f55d650ebb7bd0976fb886c509) Fix 404 error messages for HEAD and GET media ### 📊 Changes **2 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Controllers/media.controller.ts` (+10 -1) 📝 `src/Routes/media.routes.ts` (+4 -0) </details> ### 📄 Description + Add unnecessary console.error when successfully uploading media closes #95 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:22:07 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#99