Renamed the RSESteam route.

This commit is contained in:
Harrison Deng 2022-01-17 02:48:06 -06:00
parent 1909615e88
commit a2b9f45b94

View File

@ -15,7 +15,7 @@ export const routes = [
}, },
{ {
path: "/steam", path: "/steam",
name: "RSE-Steam", name: "RSESteam",
component: SteamServer, component: SteamServer,
} }
]; ];