[PR #111] [MERGED] Added CORS support for sandmanctl using flask-cors #145

Closed
opened 2026-02-26 01:33:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jeffknupp/sandman2/pull/111
Author: @mjibril
Created: 7/6/2019
Status: Merged
Merged: 9/30/2019
Merged by: @jeffknupp

Base: masterHead: cors


📝 Commits (1)

  • ed144f3 Added CORS support for sandmanctl using flask-cors;Fixed bug in services.py line 226

📊 Changes

3 files changed (+31 additions, -6 deletions)

View changed files

📝 requirements.txt (+20 -4)
📝 sandman2/scripts/sandman2ctl.py (+10 -1)
📝 sandman2/service.py (+1 -1)

📄 Description

  • Added optional CORS support using flask-cors package (useful for making API calls from the browser)
  • Unindented line 226 in sandman2/services.py

🔄 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/jeffknupp/sandman2/pull/111 **Author:** [@mjibril](https://github.com/mjibril) **Created:** 7/6/2019 **Status:** ✅ Merged **Merged:** 9/30/2019 **Merged by:** [@jeffknupp](https://github.com/jeffknupp) **Base:** `master` ← **Head:** `cors` --- ### 📝 Commits (1) - [`ed144f3`](https://github.com/jeffknupp/sandman2/commit/ed144f3b6b73dd6ea9c4512833c3ac00a36b80ef) Added CORS support for sandmanctl using flask-cors;Fixed bug in services.py line 226 ### 📊 Changes **3 files changed** (+31 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+20 -4) 📝 `sandman2/scripts/sandman2ctl.py` (+10 -1) 📝 `sandman2/service.py` (+1 -1) </details> ### 📄 Description - Added optional CORS support using flask-cors package (useful for making API calls from the browser) - Unindented line 226 in sandman2/services.py --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:33:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#145
No description provided.