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
new FtBasic(
new TkFork(
new FkRegex(
"/api/module/used",
new TkFork(
new FkMethods("GET", new RsText("used"))
)
),
new FkRegex(
"/api/module/used-by-user",
new TkFork(
new FkMethods("GET", new RsText("used-by-user"))
)
)
),
8080
).start(Exit.NEVER);
If everything is fine, can you close the issue then please? I am choosing the tasks to solve, but too many issues confuse me quite easily(and most likely many others too)
I'm not able to find url
/api/module/used
in this case:It looks like
/api/module/used-by-user
hides the first one.The text was updated successfully, but these errors were encountered: