Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: dont allow input URLs to be of smallify.tech or smallify.live domains #41

Closed
anujjoshi63 opened this issue Oct 11, 2022 · 1 comment · Fixed by #43
Closed
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@anujjoshi63
Copy link
Owner

anujjoshi63 commented Oct 11, 2022

Expected change:
there is a mutation by the name "createSlug" which does the creation. It takes slug and url as inputs.
Right now the url uses this regex: /^(?!https:\/\/smallurl-gg\.vercel\.app).*/
we need it to be /^(?!https:\/\/smallify).*/

@anujjoshi63
Copy link
Owner Author

fixed by #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant