mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 06:02:16 -06:00
[PR #41] [MERGED] Fix: wrong rule paths #46
Labels
No labels
bug
enhancement
feature request
pull-request
types
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-server#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-server/pull/41
Author: @appy-one
Created: 10/25/2022
Status: ✅ Merged
Merged: 10/25/2022
Merged by: @appy-one
Base:
master← Head:fix/wrong-rule-paths📝 Commits (4)
f5983c3Fixes #40: rule paths prefixed by '/rules'8498205updated comment228f32fremoved old jsdoc0825687chore: build📊 Changes
7 files changed (+10 additions, -38 deletions)
View changed files
📝
dist/cjs/rules.js(+2 -9)📝
dist/cjs/rules.js.map(+1 -1)📝
dist/esm/rules.js(+2 -9)📝
dist/esm/rules.js.map(+1 -1)📝
dist/types/rules.d.ts(+0 -7)📝
dist/types/rules.d.ts.map(+1 -1)📝
src/rules.ts(+3 -10)📄 Description
Closes #40
When
rules.jsonfile is edited, it is reloaded but all paths were prefixed with/rules🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.