[PR #1262] [MERGED] fix: fixed api error message in createSite.ts #2495

Closed
opened 2026-04-16 09:26:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1262
Author: @jackrosenberg
Created: 8/12/2025
Status: Merged
Merged: 8/13/2025
Merged by: @oschwartz10612

Base: devHead: patch-1


📝 Commits (1)

  • 03c8d82 fix: fixed api error message in createSite.ts

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 server/routers/site/createSite.ts (+1 -1)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

the error thrown by https://api.dashBoard/v1/docs/#/Organization/put_org__orgId__site
currently points to the wrong field, it should be address, not subnet!

How to test?


🔄 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/fosrl/pangolin/pull/1262 **Author:** [@jackrosenberg](https://github.com/jackrosenberg) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`03c8d82`](https://github.com/fosrl/pangolin/commit/03c8d82471269395d289d3f2f9c6b22d52868bc3) fix: fixed api error message in createSite.ts ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/routers/site/createSite.ts` (+1 -1) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description the error thrown by https://api.`dashBoard`/v1/docs/#/Organization/put_org__orgId__site currently points to the wrong field, it should be address, not subnet! ## How to test? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 09:26:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2495