[PR #2748] [MERGED] chore: allow configuration of shortcode base #4037

Closed
opened 2026-03-17 01:36:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2748
Author: @jerbob92
Created: 10/6/2022
Status: Merged
Merged: 10/6/2022
Merged by: @AndrewBastin

Base: mainHead: feature/configurable-shortcode-url


📝 Commits (1)

  • 282f7aa chore: allow configuration of shortcode base

📊 Changes

4 files changed (+13 additions, -5 deletions)

View changed files

📝 packages/hoppscotch-app/.env.example (+2 -1)
📝 packages/hoppscotch-app/src/components/http/Request.vue (+5 -2)
📝 packages/hoppscotch-app/src/components/profile/Shortcode.vue (+5 -2)
📝 packages/hoppscotch-app/src/vite-envs.d.ts (+1 -0)

📄 Description

Description

This PR adds the ability to override the shortcase base URL from the env variables just like the other URLs.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/hoppscotch/hoppscotch/pull/2748 **Author:** [@jerbob92](https://github.com/jerbob92) **Created:** 10/6/2022 **Status:** ✅ Merged **Merged:** 10/6/2022 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `feature/configurable-shortcode-url` --- ### 📝 Commits (1) - [`282f7aa`](https://github.com/hoppscotch/hoppscotch/commit/282f7aa86b16059557984dcd6c45c8ec08976f0b) chore: allow configuration of shortcode base ### 📊 Changes **4 files changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/.env.example` (+2 -1) 📝 `packages/hoppscotch-app/src/components/http/Request.vue` (+5 -2) 📝 `packages/hoppscotch-app/src/components/profile/Shortcode.vue` (+5 -2) 📝 `packages/hoppscotch-app/src/vite-envs.d.ts` (+1 -0) </details> ### 📄 Description ### Description This PR adds the ability to override the shortcase base URL from the env variables just like the other URLs. ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:36:10 +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/hoppscotch#4037
No description provided.