mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 15:46:04 +08:00
reverted to baseurl and route path
This commit is contained in:
parent
e0b9a63ec5
commit
c29ac5ff44
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ export function recordRequestCountry(
|
|||
country: string,
|
||||
req: MonkeyTypes.Request
|
||||
): void {
|
||||
const reqPath = req.url;
|
||||
const reqPath = req.baseUrl + req.route.path;
|
||||
|
||||
let normalizedPath = "/";
|
||||
if (reqPath !== "/") {
|
||||
|
|
Loading…
Add table
Reference in a new issue