You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).*/
The text was updated successfully, but these errors were encountered:
Expected change:
there is a mutation by the name "createSlug" which does the creation. It takes
slug
andurl
as inputs.Right now the url uses this regex:
/^(?!https:\/\/smallurl-gg\.vercel\.app).*/
we need it to be
/^(?!https:\/\/smallify).*/
The text was updated successfully, but these errors were encountered: