From a2b9f45b94a2506e23cd9c88c3f0c19089707b5f Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 17 Jan 2022 02:48:06 -0600 Subject: [PATCH] Renamed the RSESteam route. --- src/router/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes.js b/src/router/routes.js index 9418f0a..5017267 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -15,7 +15,7 @@ export const routes = [ }, { path: "/steam", - name: "RSE-Steam", + name: "RSESteam", component: SteamServer, } ]; \ No newline at end of file